Skip to content

Commit 3949900

Browse files
authored
fix: update-release-branch workflow having Gradle URL code changes (#1530)
1 parent 939d273 commit 3949900

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/update-release-branch.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ jobs:
9191
shell: bash
9292
run: |
9393
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+
9498
git switch release;
9599
input_message=${{ inputs.commit_message }}
96100
message=${input_message:-"Merging main into release"}

0 commit comments

Comments
 (0)