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 939d273 commit 3949900Copy full SHA for 3949900
.github/workflows/update-release-branch.yml
@@ -91,6 +91,10 @@ jobs:
91
shell: bash
92
run: |
93
echo "merging main @ $main_sha into release @ $release_sha";
94
+
95
+ # Getting rid of the Gradle URL config changes caused by "Configure Gradle"
96
+ git stash -- gradle/wrapper/gradle-wrapper.properties
97
98
git switch release;
99
input_message=${{ inputs.commit_message }}
100
message=${input_message:-"Merging main into release"}
0 commit comments