Skip to content

Commit a2479cb

Browse files
committed
use npmjs.org
1 parent 6ac289a commit a2479cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go-releaser.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/setup-node@v4
3131
with:
3232
node-version: "24.x"
33-
registry-url: https://npm.pkg.github.com
33+
registry-url: https://registry.npmjs.org
3434

3535
- name: Download build artifacts
3636
uses: actions/download-artifact@v4
@@ -45,6 +45,6 @@ jobs:
4545
cp LICENSE npm/
4646
cd npm/
4747
npm version ${{ github.event.release.tag_name }} --no-git-tag-version
48-
npm publish
48+
npm publish --access public
4949
env:
50-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50+
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_PCKG }}

0 commit comments

Comments
 (0)