Skip to content

Commit 0e7dec2

Browse files
committed
Tag release after updating gradle.properties
Closes gh-11023
1 parent 992b8c3 commit 0e7dec2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
./gradlew :spring-security-docs:antoraUpdateVersion
9898
updatedVersion=$(cat gradle.properties | grep "version=" | awk -F'=' '{print $2}')
9999
git commit -am "Release $updatedVersion"
100+
git tag $updatedVersion
100101
git push
101102
notify_result:
102103
name: Check for failures

0 commit comments

Comments
 (0)