We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1cfdd9 commit 93d9230Copy full SHA for 93d9230
.github/workflows/ci.yaml
@@ -67,9 +67,9 @@ jobs:
67
68
- uses: actions/setup-node@v4
69
with:
70
- registry-url: https://npm.pkg.github.com
+ registry-url: https://registry.npmjs.org
71
72
- run: npm publish --no-git-checks --access=public
73
working-directory: result/${{ matrix.module }}
74
env:
75
- NODE_AUTH_TOKEN: ${{ github.token }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments