Explorar o código

Tag release after updating gradle.properties

Closes gh-11023
Eleftheria Stein %!s(int64=3) %!d(string=hai) anos
pai
achega
0e7dec2d2c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .github/workflows/release-next-version.yml

+ 1 - 0
.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