We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f594d commit 8ed7cbaCopy full SHA for 8ed7cba
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
22
npm version patch
23
git push
24
git push --tags
25
- - run: npm publish --access restricted
+ - run: npm publish --registry=https://npm.pkg.github.com/ --access restricted
26
env:
27
# NOTE: using the built-in GITHUB token here because we're publishing to THIS repository's packages.
28
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments