We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2479cb commit b4a89f6Copy full SHA for b4a89f6
1 file changed
.github/workflows/go-releaser.yml
@@ -47,4 +47,4 @@ jobs:
47
npm version ${{ github.event.release.tag_name }} --no-git-tag-version
48
npm publish --access public
49
env:
50
- NODE_AUTH_TOKEN: ${{ secrets.NPMJS_PCKG }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPMJS_PCKG_TOKEN }}
0 commit comments