Skip to content

Commit ef35a3d

Browse files
committed
Update deploy-artificats
1 parent 29f0191 commit ef35a3d

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)