Browse Source

Merge branch '5.6.x' into 5.7.x

Marcus Da Coregio 2 năm trước cách đây
mục cha
commit
31fd098b8e
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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