We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf88ec3 commit b16272eCopy full SHA for b16272e
.github/workflows/continuous-integration-workflow.yml
@@ -40,7 +40,7 @@ jobs:
40
needs: [ build ]
41
uses: spring-io/spring-security-release-tools/.github/workflows/deploy-schema.yml@v1
42
with:
43
- should-deploy-schema: ${{ needs.build.outputs.should-deploy-schema }}
+ should-deploy-schema: ${{ needs.build.outputs.should-deploy-artifacts }}
44
secrets: inherit
45
perform-release:
46
name: Perform Release
0 commit comments