Skip to content

Commit

Permalink
ci: fix jobs -> needs
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseylin committed Jul 26, 2023
1 parent fb8017f commit 7356258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
sem-ver: ${{ steps.release-pr.outputs.major }}.${{ steps.release-pr.outputs.minor }}.${{ steps.release-pr.outputs.patch }}
build-and-deploy:
needs: release-please
if: jobs.release-please.outputs.releases_created
if: needs.release-please.outputs.releases_created
uses: ./.github/workflows/build-images.yml
with:
push-images: true
Expand Down

0 comments on commit 7356258

Please sign in to comment.