소스 검색

Remote antoraUpdateVersion task from CI

Josh Cummings 2 년 전
부모
커밋
ff055cf07a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      .github/workflows/continuous-integration-workflow.yml

+ 0 - 1
.github/workflows/continuous-integration-workflow.yml

@@ -271,7 +271,6 @@ jobs:
           export GRADLE_ENTERPRISE_ACCESS_KEY="$GRADLE_ENTERPRISE_SECRET_ACCESS_KEY"
           echo "Updating $REPO@$VERSION to next snapshot version."
           ./gradlew :updateToSnapshotVersion
-          ./gradlew :spring-security-docs:antoraUpdateVersion
           git commit -am "Next development version"
           git push
   perform_post_release: