We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a66a8e1 commit f93e1f5Copy full SHA for f93e1f5
1 file changed
.github/workflows/main-release.yml
@@ -31,6 +31,6 @@ jobs:
31
run: npm run build
32
33
- name: Publish release
34
- run: npm publish --tag v1
+ run: npm publish --tag version1
35
env:
36
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}
0 commit comments