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 Jun 14, 2022
1 parent 8868c4e commit 6a6f0c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -38,6 +38,7 @@ jobs:
- run: npm install
- run: npm run kkt:build
- run: npm run lib:build
- run: npm install

- run: mkdir -p build

Expand Down Expand Up @@ -193,7 +194,7 @@ jobs:

- name: get tag version
id: tag_version
uses: jaywcjlove/changelog-generator@v1.5.3
uses: jaywcjlove/changelog-generator@v1.5.7

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand All @@ -211,7 +212,7 @@ jobs:

- name: Generate Changelog
id: changelog
uses: jaywcjlove/changelog-generator@v1.5.3
uses: jaywcjlove/changelog-generator@v1.5.7
if: steps.create_tag.outputs.successful
with:
head-ref: ${{ steps.create_tag.outputs.version }}
Expand Down

0 comments on commit 6a6f0c1

Please sign in to comment.