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 2a91664 commit db6c2eaCopy full SHA for db6c2ea
.github/workflows/release.yml
@@ -41,3 +41,9 @@ jobs:
41
env:
42
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
43
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
+ - name: Publish to GitHub Package Registry
45
+ run: |
46
+ echo "//npm.pkg.github.com/:_authToken=\${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc
47
+ pnpm publish --registry=https://npm.pkg.github.com
48
+ env:
49
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.npmrc
0 commit comments