Skip to content

Commit

Permalink
chore: update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 15, 2021
1 parent e12a093 commit 2ff58a2
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,30 @@ jobs:
node-version: 14

- name: Generate Changelog
uses: jaywcjlove/[email protected].3
uses: jaywcjlove/[email protected].6
with:
token: ${{ secrets.GITHUB_TOKEN }}
head-ref: ${{ steps.create_tag.outputs.version }}
filter-author: (jaywcjlove|小弟调调™|renovate|renovate-bot|dependabot\[bot\]|Renovate Bot)
filter-author: (小弟调调™|Renovate Bot)
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'

- run: yarn install

- name: Is a tag created auto?
id: create_tag
uses: jaywcjlove/[email protected].0
uses: jaywcjlove/[email protected].1
with:
token: ${{ secrets.GITHUB_TOKEN }}
package-path: ./template/package.json

- name: Generate Changelog
id: changelog
uses: jaywcjlove/[email protected].3
uses: jaywcjlove/[email protected].6
if: steps.create_tag.outputs.successful
with:
token: ${{ secrets.GITHUB_TOKEN }}
head-ref: ${{ steps.create_tag.outputs.version }}
filter-author: (jaywcjlove|小弟调调™|renovate|renovate-bot|dependabot\[bot\]|Renovate Bot)
filter-author: (小弟调调™|Renovate Bot)
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'

- name: Create Release
Expand All @@ -54,11 +54,12 @@ jobs:
```
${{ steps.changelog.outputs.compareurl }}
${{ steps.changelog.outputs.changelog }}
- name: HelloWorld -> Build Android Release
working-directory: HelloWorld
run: cd android && ./gradlew assembleRelease
# - name: HelloWorld -> Build Android Release
# working-directory: HelloWorld
# run: cd android && ./gradlew assembleRelease

- run: yarn run start
- run: git status
Expand Down

0 comments on commit 2ff58a2

Please sign in to comment.