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 24e42c7 commit 423325fCopy full SHA for 423325f
.github/workflows/release.yml
@@ -59,6 +59,6 @@ jobs:
59
${{ runner.os }}-node-
60
- run: yarn install --frozen-lockfile
61
62
- - run: yarn publish
+ - run: yarn publish --registry=https://npm.pkg.github.com
63
env:
64
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments