There was an error while loading. Please reload this page.
2 parents 910ced4 + 5252258 commit 3820099Copy full SHA for 3820099
1 file changed
.github/workflows/npm-publish.yml
@@ -31,7 +31,7 @@ jobs:
31
- run: yarn
32
- if: ${{ github.event.release.prerelease }}
33
run: |
34
- npm version prerelease --preid=beta
+ npm version prerelease --preid=beta --no-git-tag-version
35
npm publish --tag=beta
36
env:
37
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments