We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d1138 commit a412610Copy full SHA for a412610
.github/workflows/v4-dev-release.yml
@@ -31,7 +31,7 @@ jobs:
31
run: npm run build
32
33
- name: Publish v4 dev release
34
- run: npm publish --tag v4 --access public
+ run: npm publish --tag beta4 --access public
35
if: github.ref == 'refs/heads/v4-dev'
36
env:
37
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}
0 commit comments