Skip to content

Commit 8f10a7c

Browse files
committed
Release script
1 parent 6a91ff2 commit 8f10a7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ jobs:
2121
- if: ${{ github.event.release.tag_name != '' && env.NPM_PUBLISH_TAG != '' }}
2222
run: npm publish --provenance --access=public --tag=${{ env.NPM_PUBLISH_TAG }}
2323
env:
24-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2524
NPM_PUBLISH_TAG: ${{ contains(github.event.release.tag_name, '-alpha.') && 'alpha' || contains(github.event.release.tag_name, '-beta.') && 'beta' || 'latest' }}

0 commit comments

Comments
 (0)