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 6a91ff2 commit 8f10a7cCopy full SHA for 8f10a7c
.github/workflows/release.yml
@@ -21,5 +21,4 @@ jobs:
21
- if: ${{ github.event.release.tag_name != '' && env.NPM_PUBLISH_TAG != '' }}
22
run: npm publish --provenance --access=public --tag=${{ env.NPM_PUBLISH_TAG }}
23
env:
24
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
25
NPM_PUBLISH_TAG: ${{ contains(github.event.release.tag_name, '-alpha.') && 'alpha' || contains(github.event.release.tag_name, '-beta.') && 'beta' || 'latest' }}
0 commit comments