Browse Source

Remote antoraUpdateVersion task from CI

pull/12068/head
Josh Cummings 3 years ago
parent
commit
ff055cf07a
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
  1. 1
      .github/workflows/continuous-integration-workflow.yml

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

@ -271,7 +271,6 @@ jobs: @@ -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:

Loading…
Cancel
Save