Skip to content

Commit 148341e

Browse files
Fix variable
1 parent 03a2789 commit 148341e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ jobs:
6262
cg: "false"
6363
push: "true"
6464
overwrite: "false"
65-
target_branch: ${{ env.target_branch }}
65+
target_branch: rel/${{ github.event.inputs.version }}
6666
secrets: inherit
6767

0 commit comments

Comments
 (0)