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 127ce42 commit 580895aCopy full SHA for 580895a
.github/workflows/create-release.yml
@@ -32,6 +32,7 @@ jobs:
32
With emscripten-releases revisions:
33
https://chromium.googlesource.com/emscripten-releases/+/${{ inputs.lto-sha }} (LTO)
34
https://chromium.googlesource.com/emscripten-releases/+/${{ inputs.nonlto-sha }} (asserts)
35
+ branch: release_${{ env.RELEASE_VERSION }}
36
delete-branch: true
37
- name: Enable auto-merge
38
run: gh pr merge --squash --auto "${{ steps.cpr.outputs.pull-request-number }}"
0 commit comments