Pārlūkot izejas kodu

Stage changes before committing in release pipeline

Issue gh-11020
Eleftheria Stein 3 gadi atpakaļ
vecāks
revīzija
4a25264404
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      .github/workflows/release-next-version.yml

+ 1 - 1
.github/workflows/release-next-version.yml

@@ -96,7 +96,7 @@ jobs:
           ./gradlew :updateProjectVersion
           ./gradlew :spring-security-docs:antoraUpdateVersion
           updatedVersion=$(cat gradle.properties | grep "version=" | awk -F'=' '{print $2}')
-          git commit -m "Release $updatedVersion"
+          git commit -am "Release $updatedVersion"
           git push
   notify_result:
     name: Check for failures