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.
Deploy Artifacts
1 parent 958e8b4 commit 07055c7Copy full SHA for 07055c7
.github/workflows/ci.yml
@@ -114,7 +114,7 @@ jobs:
114
uses: ./.github/workflows/trivy-scan.yml
115
deploy_artifacts:
116
name: Deploy Artifacts
117
- needs: [build_jdk_17, check_samples, scan]
+ needs: [prerequisites, build_jdk_17, check_samples, scan]
118
uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@v1
119
with:
120
should-deploy-artifacts: ${{ needs.prerequisites.outputs.should_deploy_artifacts }}
0 commit comments