Skip to content

Commit 445243d

Browse files
authored
chore: update npm tag name (#1704)
1 parent 42013e1 commit 445243d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
if: "!startsWith(github.ref_name, 'v5.')"
4242
env:
4343
NODE_AUTH_TOKEN: ${{ secrets.npm_secret }}
44-
- run: npm publish --provenance --access public --tag v5
44+
- run: npm publish --provenance --access public --tag v5-legacy
4545
if: "startsWith(github.ref_name, 'v5.')"
4646
env:
4747
NODE_AUTH_TOKEN: ${{ secrets.npm_secret }}

0 commit comments

Comments
 (0)