We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
NODE_AUTH_TOKEN
1 parent 296ab2d commit 94e9797Copy full SHA for 94e9797
.github/workflows/npm-publish.yml
@@ -36,9 +36,5 @@ jobs:
36
TAG_NAME: ${{ github.ref_name }}
37
- run: npm publish --provenance --access public --tag next
38
if: "github.event.release.prerelease"
39
- env:
40
- NODE_AUTH_TOKEN: ${{ secrets.npm_secret }}
41
- run: npm publish --provenance --access public
42
if: "!github.event.release.prerelease"
43
44
0 commit comments