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 27e9bc6 commit 0573e24Copy full SHA for 0573e24
.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@v1
+ uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@d2e4d74 # testing central release
28
with:
29
should-deploy-artifacts: ${{ needs.build.outputs.should-deploy-artifacts }}
30
secrets: inherit
0 commit comments