|
@@ -36,6 +36,7 @@ jobs:
|
|
uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@v1
|
|
uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@v1
|
|
with:
|
|
with:
|
|
should-deploy-artifacts: ${{ needs.build.outputs.should-deploy-artifacts }}
|
|
should-deploy-artifacts: ${{ needs.build.outputs.should-deploy-artifacts }}
|
|
|
|
+ default-publish-milestones-central: true
|
|
secrets: inherit
|
|
secrets: inherit
|
|
deploy-docs:
|
|
deploy-docs:
|
|
name: Deploy Docs
|
|
name: Deploy Docs
|
|
@@ -51,7 +52,7 @@ jobs:
|
|
with:
|
|
with:
|
|
should-perform-release: ${{ needs.deploy-artifacts.outputs.artifacts-deployed }}
|
|
should-perform-release: ${{ needs.deploy-artifacts.outputs.artifacts-deployed }}
|
|
project-version: ${{ needs.deploy-artifacts.outputs.project-version }}
|
|
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
|
|
release-repo-url: https://repo1.maven.org/maven2
|
|
artifact-path: org/springframework/security/spring-security-oauth2-authorization-server
|
|
artifact-path: org/springframework/security/spring-security-oauth2-authorization-server
|
|
slack-announcing-id: spring-authorization-server-announcing
|
|
slack-announcing-id: spring-authorization-server-announcing
|