فهرست منبع

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: