Skip to content

Commit d0ee2f6

Browse files
committed
set the publish-branch
1 parent 482973c commit d0ee2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- uses: pnpm/action-setup@v3
5353
- run: pnpm install --frozen-lockfile
5454
- name: npm publish
55-
run: pnpm release-plan publish
55+
run: pnpm release-plan publish --publish-branch=2.x
5656

5757
env:
5858
GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)