We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e368c6 + ef35a3d commit be5202aCopy full SHA for be5202a
.github/workflows/continuous-integration-workflow.yml
@@ -27,7 +27,8 @@ jobs:
27
deploy-artifacts:
28
name: Deploy Artifacts
29
needs: [ build ]
30
- uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@v1.0.8
+ uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@v1
31
with:
32
should-deploy-artifacts: ${{ needs.build.outputs.should-deploy-artifacts }}
33
+ default-publish-milestones-central: true
34
secrets: inherit
0 commit comments