We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09505c4 commit 4649d17Copy full SHA for 4649d17
.github/workflows/ci.yml
@@ -39,3 +39,5 @@ jobs:
39
steps:
40
- run: npm version ${{ github.event.release.tag_name }} --git-tag-version=false
41
- run: npm publish --provenance --access public
42
+ env:
43
+ NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments