Skip to content

Commit be5202a

Browse files
committed
Merge branch '0.3.5.x'
2 parents 2e368c6 + ef35a3d commit be5202a

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
@@ -27,7 +27,8 @@ jobs:
2727
deploy-artifacts:
2828
name: Deploy Artifacts
2929
needs: [ build ]
30-
uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@v1.0.8
30+
uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@v1
3131
with:
3232
should-deploy-artifacts: ${{ needs.build.outputs.should-deploy-artifacts }}
33+
default-publish-milestones-central: true
3334
secrets: inherit

0 commit comments

Comments
 (0)