We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 125e232 commit 3005156Copy full SHA for 3005156
.github/workflows/draft-new-release.yml
@@ -47,7 +47,7 @@ jobs:
47
uses: thomaseizinger/create-pull-request@v1
48
with:
49
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50
- branch: release/${{ env.RELEASE_VERSION }}
+ head: release/${{ env.RELEASE_VERSION }}
51
base: master
52
reviewers: ${{ github.event.issue.user.login }}
53
body: |
0 commit comments