Fix creation of release PRs
This commit is contained in:
1
.github/workflows/release-branch.yaml
vendored
1
.github/workflows/release-branch.yaml
vendored
@@ -107,6 +107,7 @@ jobs:
|
||||
- name: Open a pull request to merge the branch into main
|
||||
env:
|
||||
VERSION: ${{ needs.compute-version.outputs.short }}
|
||||
GH_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||
run: |
|
||||
gh pr create \
|
||||
--title "Release branch $VERSION" \
|
||||
|
||||
1
.github/workflows/release-bump.yaml
vendored
1
.github/workflows/release-bump.yaml
vendored
@@ -88,6 +88,7 @@ jobs:
|
||||
if: github.event.inputs.merge-back
|
||||
env:
|
||||
VERSION: ${{ needs.compute-version.outputs.version }}
|
||||
GH_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||
run: |
|
||||
gh pr create \
|
||||
--title "Release branch $VERSION" \
|
||||
|
||||
Reference in New Issue
Block a user