We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ac289a commit a2479cbCopy full SHA for a2479cb
.github/workflows/go-releaser.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: actions/setup-node@v4
31
with:
32
node-version: "24.x"
33
- registry-url: https://npm.pkg.github.com
+ registry-url: https://registry.npmjs.org
34
35
- name: Download build artifacts
36
uses: actions/download-artifact@v4
@@ -45,6 +45,6 @@ jobs:
45
cp LICENSE npm/
46
cd npm/
47
npm version ${{ github.event.release.tag_name }} --no-git-tag-version
48
- npm publish
+ npm publish --access public
49
env:
50
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPMJS_PCKG }}
0 commit comments