Skip to content

Commit 3d5780c

Browse files
committed
chore: update workflows config.
1 parent 070f0e9 commit 3d5780c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818

1919
- name: Create Tag
2020
id: create_tag
21-
uses: jaywcjlove/create-tag-action@v1.1.7
21+
uses: jaywcjlove/create-tag-action@v1.2.0
2222
with:
2323
token: ${{ secrets.GITHUB_TOKEN }}
2424
package-path: ./package.json
2525

2626
- name: Generate Changelog
2727
id: changelog
28-
uses: jaywcjlove/changelog-generator@v1.3.10
28+
uses: jaywcjlove/changelog-generator@v1.4.2
2929
with:
3030
token: ${{ secrets.GITHUB_TOKEN }}
3131
head-ref: ${{steps.create_tag.outputs.version}}
@@ -47,10 +47,14 @@ jobs:
4747
```
4848
4949
${{ steps.changelog.outputs.compareurl }}
50+
5051
${{ steps.changelog.outputs.changelog }}
5152
5253
- name: Deploy
5354
uses: peaceiris/actions-gh-pages@v3
5455
with:
5556
github_token: ${{ secrets.GITHUB_TOKEN }}
5657
publish_dir: ./build
58+
59+
- run: npm install @jsdevtools/npm-publish -g
60+
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json

0 commit comments

Comments
 (0)