diff --git a/.github/workflows/release-next-version.yml b/.github/workflows/release-next-version.yml index c760a9970d..12f21452f5 100644 --- a/.github/workflows/release-next-version.yml +++ b/.github/workflows/release-next-version.yml @@ -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