Skip to content

Commit 6df024b

Browse files
committed
misc: PR feedback
1 parent 14abef5 commit 6df024b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ jobs:
9292
run: |
9393
echo "merging main @ $main_sha into release @ $release_sha";
9494
95-
# Getting rid of the changes caused by "Configure Gradle"
96-
git stash
95+
# Getting rid of the Gradle URL config changes caused by "Configure Gradle"
96+
git stash -- gradle/wrapper/gradle-wrapper.properties
9797
9898
git switch release;
9999
input_message=${{ inputs.commit_message }}

0 commit comments

Comments
 (0)