Skip to content

Commit 866a924

Browse files
authored
Update release.yml
Signed-off-by: Hudson Xing <77495133+harvenstar@users.noreply.github.com>
1 parent 31051bc commit 866a924

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
# This is necessary for the release action to create a Git tag in your repository.
3333
- name: Checkout code
3434
uses: actions/checkout@v4
35+
with:
36+
ref: ${{ github.event.inputs.source_branch }}
3537

3638
- name: Delete existing tag (if any)
3739
uses: actions/github-script@v7

0 commit comments

Comments
 (0)