Skip to content

Commit a412610

Browse files
committed
update tag
1 parent 27d1138 commit a412610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/v4-dev-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: npm run build
3232

3333
- name: Publish v4 dev release
34-
run: npm publish --tag v4 --access public
34+
run: npm publish --tag beta4 --access public
3535
if: github.ref == 'refs/heads/v4-dev'
3636
env:
3737
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}

0 commit comments

Comments
 (0)