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 42013e1 commit 445243dCopy full SHA for 445243d
.github/workflows/npm-publish.yml
@@ -41,7 +41,7 @@ jobs:
41
if: "!startsWith(github.ref_name, 'v5.')"
42
env:
43
NODE_AUTH_TOKEN: ${{ secrets.npm_secret }}
44
- - run: npm publish --provenance --access public --tag v5
+ - run: npm publish --provenance --access public --tag v5-legacy
45
if: "startsWith(github.ref_name, 'v5.')"
46
47
0 commit comments