Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 1, 2022
1 parent 1d68404 commit 7259f52
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16

- run: yarn install
- run: npm run build
Expand All @@ -26,23 +26,22 @@ jobs:

- name: Is a tag created auto?
id: create_tag
uses: jaywcjlove/[email protected].4
uses: jaywcjlove/[email protected].8
with:
package-path: ./packages/core/package.json

- name: Generate Changelog
id: changelog
uses: jaywcjlove/changelog-generator@v1.4.8
uses: jaywcjlove/changelog-generator@v1.5.7
if: steps.create_tag.outputs.successful
with:
token: ${{ secrets.GITHUB_TOKEN }}
head-ref: ${{ steps.create_tag.outputs.version }}
filter-author: (renovate-bot|Renovate Bot)
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'


- name: Create Release
uses: jaywcjlove/[email protected].4
uses: jaywcjlove/[email protected].8
with:
package-path: ./packages/core/package.json
release: true
Expand Down

0 comments on commit 7259f52

Please sign in to comment.