Skip to content

Commit 95b3c3e

Browse files
authored
update HEAD option to be the release branch and not where the workflow was running (#357)
1 parent 74ff52c commit 95b3c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prep-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
233233
- name: Open/Update draft PR to main
234234
env:
235-
HEAD: ${{ github.ref_name }}
235+
HEAD: release/${{ steps.bump.outputs.new_version }}
236236
TITLE: Releasing ${{ steps.bump.outputs.new_version }}
237237
shell: bash
238238
run: |

0 commit comments

Comments
 (0)