Skip to content

Commit 8ed7cba

Browse files
committed
feat: try to specify registry
1 parent 30f594d commit 8ed7cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
npm version patch
2323
git push
2424
git push --tags
25-
- run: npm publish --access restricted
25+
- run: npm publish --registry=https://npm.pkg.github.com/ --access restricted
2626
env:
2727
# NOTE: using the built-in GITHUB token here because we're publishing to THIS repository's packages.
2828
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)