1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Tag release after updating gradle.properties

Closes gh-11023
This commit is contained in:
Eleftheria Stein
2022-03-29 13:44:22 +02:00
parent 992b8c38ac
commit 0e7dec2d2c
@@ -97,6 +97,7 @@ jobs:
./gradlew :spring-security-docs:antoraUpdateVersion
updatedVersion=$(cat gradle.properties | grep "version=" | awk -F'=' '{print $2}')
git commit -am "Release $updatedVersion"
git tag $updatedVersion
git push
notify_result:
name: Check for failures