Skip to content

Commit 512299b

Browse files
committed
no git tag npm
1 parent e9f7ac7 commit 512299b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
run: |
3131
npm install
3232
npm test
33-
npm version ${{ github.event.release.tag_name }}
34-
npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }} --no-git-tag-version
33+
npm version ${{ github.event.release.tag_name }} --no-git-tag-version
3534
npm publish
3635
3736
- name: Push new version

0 commit comments

Comments
 (0)