Skip to content

Commit 0485edd

Browse files
authored
Specify registry in npm publish command
1 parent 265135c commit 0485edd

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
@@ -31,6 +31,6 @@ jobs:
3131
node-version: 20
3232
registry-url: https://npm.pkg.github.com/
3333
- run: npm ci
34-
- run: npm publish
34+
- run: npm publish --registry=https://npm.pkg.github.com/
3535
env:
3636
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)