Skip to content

Commit 9ce4f78

Browse files
committed
chore: update workflows config.
1 parent 0afc47e commit 9ce4f78

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
@@ -19,16 +19,19 @@ jobs:
1919
- run: npm run build
2020
- run: npm run doc
2121

22+
- run: npm install @jsdevtools/npm-publish -g
23+
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
24+
2225
- name: Create Tag
2326
id: create_tag
24-
uses: jaywcjlove/create-tag-action@v1.1.10
27+
uses: jaywcjlove/create-tag-action@v1.2.0
2528
with:
2629
token: ${{ secrets.GITHUB_TOKEN }}
2730
package-path: ./package.json
2831

2932
- name: Generate Changelog
3033
id: changelog
31-
uses: jaywcjlove/changelog-generator@v1.3.10
34+
uses: jaywcjlove/changelog-generator@v1.4.2
3235
with:
3336
token: ${{ secrets.GITHUB_TOKEN }}
3437
head-ref: ${{steps.create_tag.outputs.version}}
@@ -56,4 +59,5 @@ jobs:
5659
```
5760
5861
${{ steps.changelog.outputs.compareurl }}
62+
5963
${{ steps.changelog.outputs.changelog }}

0 commit comments

Comments
 (0)