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 217f646 commit 2741ecbCopy full SHA for 2741ecb
.github/workflows/publish.yaml
@@ -55,6 +55,10 @@ jobs:
55
56
- name: Publish to npm
57
run: pnpm publish --filter "${{ steps.parse_tag.outputs.package_name }}" --access public --no-git-checks
58
+ env:
59
+ # this project is configured to use the Github Package Registry, to use npm you need to use a token generated in npmjs.com
60
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
61
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
62
63
- name: Create GitHub Release
64
run: node ./scripts/create-github-release.js ${{ github.ref_name }}
0 commit comments