Skip to content

Commit b16272e

Browse files
committed
Fix should-deploy-schema setting
Issue gh-856
1 parent bf88ec3 commit b16272e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/continuous-integration-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
needs: [ build ]
4141
uses: spring-io/spring-security-release-tools/.github/workflows/deploy-schema.yml@v1
4242
with:
43-
should-deploy-schema: ${{ needs.build.outputs.should-deploy-schema }}
43+
should-deploy-schema: ${{ needs.build.outputs.should-deploy-artifacts }}
4444
secrets: inherit
4545
perform-release:
4646
name: Perform Release

0 commit comments

Comments
 (0)