Skip to content

Commit 340cfd6

Browse files
committed
Fix should-deploy-schema setting
Issue gh-856
1 parent 2f3d934 commit 340cfd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 1 deletion
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)