Fix should-deploy-schema setting

Issue gh-856
This commit is contained in:
Josh Cummings
2024-02-02 10:23:52 -07:00
parent bf88ec39fd
commit b16272e8ae

View File

@@ -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