Skip to content

Commit

Permalink
fix(CI): use correct outputs for if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
kkweon committed Jun 8, 2021
1 parent 5743d8d commit c9125b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
docker:
runs-on: ubuntu-latest

if: ${{ needs.build_and_release.new_release_published }}
if: ${{ needs.build_and_release.outputs.new_release_published }}

needs:
- build_and_release
Expand Down

0 comments on commit c9125b7

Please sign in to comment.