We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 512299b commit 26b63e8Copy full SHA for 26b63e8
.github/workflows/npm-publish.yml
@@ -31,6 +31,7 @@ jobs:
31
npm install
32
npm test
33
npm version ${{ github.event.release.tag_name }} --no-git-tag-version
34
+ npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
35
npm publish
36
37
- name: Push new version
0 commit comments