Skip to content

Commit c9125b7

Browse files
committed
fix(CI): use correct outputs for if condition
1 parent 5743d8d commit c9125b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backend-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
docker:
4242
runs-on: ubuntu-latest
4343

44-
if: ${{ needs.build_and_release.new_release_published }}
44+
if: ${{ needs.build_and_release.outputs.new_release_published }}
4545

4646
needs:
4747
- build_and_release

0 commit comments

Comments
 (0)