Skip to content

Commit 68f795e

Browse files
authored
Update npm-publish.yml
1 parent 9d18eee commit 68f795e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
registry-url: https://registry.npmjs.org/
1919
- run: yarn install
2020
- run: yarn ci
21-
- run: npm publish
21+
- run: npm publish --tag beta
2222
env:
2323
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)