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 2f3d934 commit 340cfd6Copy full SHA for 340cfd6
.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