Skip to content

Commit 74a6ef8

Browse files
author
Akos Komuves
authored
add registry url
1 parent 9069cf4 commit 74a6ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish-github-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
node-version: 20
3434
registry-url: https://npm.pkg.github.com/
3535
- run: pnpm i
36-
- run: pnpm publish --no-git-checks
36+
- run: pnpm publish --no-git-checks --registry=https://npm.pkg.github.com/
3737
env:
3838
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)