We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e61f9 commit 1aebbbdCopy full SHA for 1aebbbd
.github/workflows/npm-publish-github-packages.yml
@@ -28,9 +28,9 @@ jobs:
28
- uses: actions/setup-node@v4
29
with:
30
node-version: 22.10.0
31
- registry-url: https://npm.pkg.github.com/
+ registry-url: https://registry.npmjs.org/
32
- run: npm install
33
- run: npm run build
34
- run: npm publish
35
env:
36
- NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
+ NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
0 commit comments