Skip to content

Commit

Permalink
feat: try to specify registry
Browse files Browse the repository at this point in the history
  • Loading branch information
rori4 committed Jan 16, 2024
1 parent 30f594d commit 8ed7cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
npm version patch
git push
git push --tags
- run: npm publish --access restricted
- run: npm publish --registry=https://npm.pkg.github.com/ --access restricted
env:
# NOTE: using the built-in GITHUB token here because we're publishing to THIS repository's packages.
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8ed7cba

Please sign in to comment.