mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-27 20:53:37 +00:00
Tag release after updating gradle.properties
Closes gh-11023
This commit is contained in:
parent
992b8c38ac
commit
0e7dec2d2c
1
.github/workflows/release-next-version.yml
vendored
1
.github/workflows/release-next-version.yml
vendored
@ -97,6 +97,7 @@ jobs:
|
|||||||
./gradlew :spring-security-docs:antoraUpdateVersion
|
./gradlew :spring-security-docs:antoraUpdateVersion
|
||||||
updatedVersion=$(cat gradle.properties | grep "version=" | awk -F'=' '{print $2}')
|
updatedVersion=$(cat gradle.properties | grep "version=" | awk -F'=' '{print $2}')
|
||||||
git commit -am "Release $updatedVersion"
|
git commit -am "Release $updatedVersion"
|
||||||
|
git tag $updatedVersion
|
||||||
git push
|
git push
|
||||||
notify_result:
|
notify_result:
|
||||||
name: Check for failures
|
name: Check for failures
|
||||||
|
Loading…
x
Reference in New Issue
Block a user