Skip to content

Commit 352b5bc

Browse files
committed
don't use version
1 parent 072239d commit 352b5bc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/npm-publish-beta.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
registry-url: https://registry.npmjs.org/
3131
- run: npm ci
3232
- name: Bump version and publish
33+
run: npm publish --tag beta
3334
env:
3435
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
35-
run: |
36-
npm version prerelease --preid beta
37-
npm publish --tag beta

0 commit comments

Comments
 (0)