mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Stage changes before committing in release pipeline
Issue gh-11020
This commit is contained in:
parent
6ce6a1a55e
commit
4a25264404
2
.github/workflows/release-next-version.yml
vendored
2
.github/workflows/release-next-version.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user