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