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 7616cd0 commit 909dd0aCopy full SHA for 909dd0a
.github/workflows/publish.yaml
@@ -21,4 +21,4 @@ jobs:
21
scope: '@cosmotech'
22
- run: npm version ${{ github.event.release.tag_name }} --allow-same-version --no-git-tag-version
23
- run: npm install
24
- - run: npm publish --tag ${{ github.event.release.tag_name }}
+ - run: npm publish --tag ${{ github.event.release.prerelease && 'prerelease' || 'latest' }}
0 commit comments