Skip to content

Commit 1aebbbd

Browse files
committed
update action
1 parent b3e61f9 commit 1aebbbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish-github-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
- uses: actions/setup-node@v4
2929
with:
3030
node-version: 22.10.0
31-
registry-url: https://npm.pkg.github.com/
31+
registry-url: https://registry.npmjs.org/
3232
- run: npm install
3333
- run: npm run build
3434
- run: npm publish
3535
env:
36-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
36+
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}

0 commit comments

Comments
 (0)