We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf5efd2 commit 99f9cfeCopy full SHA for 99f9cfe
.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, '-beta.') && 'beta' || contains(github.event.release.tag_name, '-alpha.') && 'alpha' || 'latest' }}
0 commit comments