Skip to content

Commit 580895a

Browse files
authored
create-release.yml: Use version number in branch name (#1522)
1 parent 127ce42 commit 580895a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
With emscripten-releases revisions:
3333
https://chromium.googlesource.com/emscripten-releases/+/${{ inputs.lto-sha }} (LTO)
3434
https://chromium.googlesource.com/emscripten-releases/+/${{ inputs.nonlto-sha }} (asserts)
35+
branch: release_${{ env.RELEASE_VERSION }}
3536
delete-branch: true
3637
- name: Enable auto-merge
3738
run: gh pr merge --squash --auto "${{ steps.cpr.outputs.pull-request-number }}"

0 commit comments

Comments
 (0)