Skip to content

Commit 3005156

Browse files
Use correct input
1 parent 125e232 commit 3005156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/draft-new-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: thomaseizinger/create-pull-request@v1
4848
with:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50-
branch: release/${{ env.RELEASE_VERSION }}
50+
head: release/${{ env.RELEASE_VERSION }}
5151
base: master
5252
reviewers: ${{ github.event.issue.user.login }}
5353
body: |

0 commit comments

Comments
 (0)