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 eb36106 commit eb1e672Copy full SHA for eb1e672
.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@v1.0.7
28
with:
29
should-deploy-artifacts: ${{ needs.build.outputs.should-deploy-artifacts }}
30
secrets: inherit
0 commit comments