Skip to content

Commit

Permalink
Fix should-deploy-schema setting
Browse files Browse the repository at this point in the history
Issue gh-856
  • Loading branch information
jzheaux committed Feb 2, 2024
1 parent 2f3d934 commit 340cfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
needs: [ build ]
uses: spring-io/spring-security-release-tools/.github/workflows/deploy-schema.yml@v1
with:
should-deploy-schema: ${{ needs.build.outputs.should-deploy-schema }}
should-deploy-schema: ${{ needs.build.outputs.should-deploy-artifacts }}
secrets: inherit
perform-release:
name: Perform Release
Expand Down

0 comments on commit 340cfd6

Please sign in to comment.