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 9069cf4 commit 74a6ef8Copy full SHA for 74a6ef8
.github/workflows/npm-publish-github-packages.yml
@@ -33,6 +33,6 @@ jobs:
33
node-version: 20
34
registry-url: https://npm.pkg.github.com/
35
- run: pnpm i
36
- - run: pnpm publish --no-git-checks
+ - run: pnpm publish --no-git-checks --registry=https://npm.pkg.github.com/
37
env:
38
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments