Browse Source

Tag release after updating gradle.properties

Closes gh-11023
pull/10933/head
Eleftheria Stein 4 years ago
parent
commit
0e7dec2d2c
  1. 1
      .github/workflows/release-next-version.yml

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

@ -97,6 +97,7 @@ jobs: @@ -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

Loading…
Cancel
Save