Browse Source

Remove antoreUpdateVersion task from release automation

Marcus Da Coregio 2 years ago
parent
commit
465d80c162
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .github/workflows/update-scheduled-release-version.yml

+ 0 - 1
.github/workflows/update-scheduled-release-version.yml

@@ -64,7 +64,6 @@ jobs:
           git config user.name 'github-actions[bot]'
           git config user.email 'github-actions[bot]@users.noreply.github.com'
           ./gradlew :updateProjectVersion
-          ./gradlew :spring-security-docs:antoraUpdateVersion
           updatedVersion=$(cat gradle.properties | grep "version=" | awk -F'=' '{print $2}')
           git commit -am "Release $updatedVersion"
           git tag $updatedVersion