Skip to content

Commit 3820099

Browse files
authored
Merge branch 'main' into feat/AcceptMultipleFilePathArguments
2 parents 910ced4 + 5252258 commit 3820099

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- run: yarn
3232
- if: ${{ github.event.release.prerelease }}
3333
run: |
34-
npm version prerelease --preid=beta
34+
npm version prerelease --preid=beta --no-git-tag-version
3535
npm publish --tag=beta
3636
env:
3737
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)