From ff055cf07aa7f6194e26e9e56b9acac5c623d4d4 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Mon, 17 Oct 2022 14:24:13 -0600 Subject: [PATCH] Remote antoraUpdateVersion task from CI --- .github/workflows/continuous-integration-workflow.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 3ec3439ff2..cd4db228a0 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.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: