Skip to content

Commit 3471790

Browse files
authored
ci(github actions): update publish.yml for 3.x branch
1 parent bcf1864 commit 3471790

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626

2727
- name: Publish to NPM (beta)
2828
if: 'github.event.release.prerelease'
29-
run: npm publish --access public --tag beta
29+
run: npm publish --access public --tag v3-beta
3030

3131
- name: Publish to NPM (stable)
3232
if: '!github.event.release.prerelease'
33-
run: npm publish --access public
33+
run: npm publish --access public --tag v3-latest

0 commit comments

Comments
 (0)