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