We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9f7ac7 commit 512299bCopy full SHA for 512299b
.github/workflows/npm-publish.yml
@@ -30,8 +30,7 @@ jobs:
30
run: |
31
npm install
32
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
+ npm version ${{ github.event.release.tag_name }} --no-git-tag-version
35
npm publish
36
37
- name: Push new version
0 commit comments