Skip to content

Commit 26b63e8

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
npm install
3232
npm test
3333
npm version ${{ github.event.release.tag_name }} --no-git-tag-version
34+
npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
3435
npm publish
3536
3637
- name: Push new version

0 commit comments

Comments
 (0)