Skip to content

Commit 8bba3d0

Browse files
committed
Prepare for Publishing to Central
1 parent b7255dc commit 8bba3d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@v1
3737
with:
3838
should-deploy-artifacts: ${{ needs.build.outputs.should-deploy-artifacts }}
39+
default-publish-milestones-central: true
3940
secrets: inherit
4041
deploy-docs:
4142
name: Deploy Docs
@@ -51,7 +52,7 @@ jobs:
5152
with:
5253
should-perform-release: ${{ needs.deploy-artifacts.outputs.artifacts-deployed }}
5354
project-version: ${{ needs.deploy-artifacts.outputs.project-version }}
54-
milestone-repo-url: https://repo.spring.io/artifactory/milestone
55+
milestone-repo-url: https://repo1.maven.org/maven2
5556
release-repo-url: https://repo1.maven.org/maven2
5657
artifact-path: org/springframework/security/spring-security-oauth2-authorization-server
5758
slack-announcing-id: spring-authorization-server-announcing

0 commit comments

Comments
 (0)