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.
1 parent 96d3fc1 commit 8f09204Copy full SHA for 8f09204
.github/workflows/continuous-integration-workflow.yml
@@ -24,7 +24,7 @@ jobs:
24
deploy-artifacts:
25
name: Deploy Artifacts
26
needs: [ build ]
27
- uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@df3075f2e2afa68783127e6a6032e93c3348e942 # testing central release
+ uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@9204ad4f96d2504e7e0a432d6eacd64f32011ec7 # testing central release
28
with:
29
should-deploy-artifacts: ${{ needs.build.outputs.should-deploy-artifacts }}
30
secrets: inherit
0 commit comments