瀏覽代碼

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: