We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c0478 commit 4ca0294Copy full SHA for 4ca0294
.github/workflows/publish-github.yml
@@ -41,7 +41,7 @@ jobs:
41
- uses: actions/setup-node@v1
42
with:
43
node-version: 12
44
- registry-url: $registry-url(npm)
+ registry-url: https://npm.pkg.github.com
45
- run: yarn
46
- run: yarn build
47
- run: yarn publish --non-interactive --verbose
0 commit comments