We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf1864 commit 3471790Copy full SHA for 3471790
1 file changed
.github/workflows/publish.yml
@@ -26,8 +26,8 @@ jobs:
26
27
- name: Publish to NPM (beta)
28
if: 'github.event.release.prerelease'
29
- run: npm publish --access public --tag beta
+ run: npm publish --access public --tag v3-beta
30
31
- name: Publish to NPM (stable)
32
if: '!github.event.release.prerelease'
33
- run: npm publish --access public
+ run: npm publish --access public --tag v3-latest
0 commit comments