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