Skip to content

Commit

Permalink
update tag
Browse files Browse the repository at this point in the history
  • Loading branch information
AJIXuMuK committed Jul 18, 2023
1 parent 27d1138 commit a412610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/v4-dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: npm run build

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

0 comments on commit a412610

Please sign in to comment.