Skip to content

Commit 5d65a56

Browse files
committed
chore: update workflows config.
1 parent 51d5517 commit 5d65a56

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,10 @@ jobs:
4141
github_token: ${{ secrets.GITHUB_TOKEN }}
4242
publish_dir: ./build
4343

44-
- run: npm install @jsdevtools/npm-publish -g
45-
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
46-
4744
- name: Create Tag
4845
id: create_tag
49-
uses: jaywcjlove/create-tag-action@v1.2.1
46+
uses: jaywcjlove/create-tag-action@v1.3.5
5047
with:
51-
token: ${{ secrets.GITHUB_TOKEN }}
5248
package-path: ./package.json
5349

5450
- name: Generate Changelog
@@ -77,3 +73,6 @@ jobs:
7773
${{ steps.changelog.outputs.compareurl }}
7874
7975
${{ steps.changelog.outputs.changelog }}
76+
77+
- run: npm install @jsdevtools/npm-publish -g
78+
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json

0 commit comments

Comments
 (0)