Skip to content

Commit c4583b0

Browse files
committed
fix publish-branch for release-plan
1 parent 40f6a1a commit c4583b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
version: 8
5555
- run: pnpm install --frozen-lockfile
5656
- name: npm publish
57-
run: pnpm release-plan publish --release-branch lts-v3 --tag v3
57+
run: pnpm release-plan publish --publish-branch lts-v3 --tag legacy
5858

5959
env:
6060
GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)