Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/update-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ jobs:
shell: bash
run: |
echo "merging main @ $main_sha into release @ $release_sha";

# Getting rid of the Gradle URL config changes caused by "Configure Gradle"
git stash -- gradle/wrapper/gradle-wrapper.properties

git switch release;
input_message=${{ inputs.commit_message }}
message=${input_message:-"Merging main into release"}
Expand Down
Loading