Skip to content

Commit 3419b1a

Browse files
authored
ci: fix should publish on selected branch (#292)
1 parent 00ea944 commit 3419b1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
uses: actions/checkout@v4
3434
with:
3535
fetch-depth: 25
36+
ref: ${{ github.event.inputs.branch }}
3637

3738
- name: Install Pnpm
3839
run: corepack enable

0 commit comments

Comments
 (0)