Browse Source

Prepare for Publishing to Central

pull/17546/head
Josh Cummings 8 months ago
parent
commit
a2d687f78b
No known key found for this signature in database
GPG Key ID: 869B37A20E876129
  1. 3
      .github/workflows/continuous-integration-workflow.yml

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

@ -47,6 +47,7 @@ jobs: @@ -47,6 +47,7 @@ jobs:
uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@v1
with:
should-deploy-artifacts: ${{ needs.build.outputs.should-deploy-artifacts }}
default-publish-milestones-central: true
secrets: inherit
deploy-docs:
name: Deploy Docs
@ -69,7 +70,7 @@ jobs: @@ -69,7 +70,7 @@ jobs:
with:
should-perform-release: ${{ needs.deploy-artifacts.outputs.artifacts-deployed }}
project-version: ${{ needs.deploy-artifacts.outputs.project-version }}
milestone-repo-url: https://repo.spring.io/artifactory/milestone
milestone-repo-url: https://repo1.maven.org/maven2
release-repo-url: https://repo1.maven.org/maven2
artifact-path: org/springframework/security/spring-security-core
slack-announcing-id: spring-security-announcing

Loading…
Cancel
Save