We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 265135c commit 0485eddCopy full SHA for 0485edd
.github/workflows/npm-publish-github-packages.yml
@@ -31,6 +31,6 @@ jobs:
31
node-version: 20
32
registry-url: https://npm.pkg.github.com/
33
- run: npm ci
34
- - run: npm publish
+ - run: npm publish --registry=https://npm.pkg.github.com/
35
env:
36
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments