Skip to content

Commit 910ced4

Browse files
authored
Merge branch 'main' into feat/AcceptMultipleFilePathArguments
2 parents 0dcc02d + fc39c4e commit 910ced4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
registry-url: https://registry.npmjs.org/
3131
- run: yarn
3232
- if: ${{ github.event.release.prerelease }}
33-
run: npm publish --tag=beta
33+
run: |
34+
npm version prerelease --preid=beta
35+
npm publish --tag=beta
3436
env:
3537
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3638
- if: ${{ github.event.release.prerelease == false }}

0 commit comments

Comments
 (0)