We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f6a1a commit c4583b0Copy full SHA for c4583b0
.github/workflows/publish.yml
@@ -54,7 +54,7 @@ jobs:
54
version: 8
55
- run: pnpm install --frozen-lockfile
56
- name: npm publish
57
- run: pnpm release-plan publish --release-branch lts-v3 --tag v3
+ run: pnpm release-plan publish --publish-branch lts-v3 --tag legacy
58
59
env:
60
GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}
0 commit comments