Skip to content

Commit

Permalink
chore: update release-please passing information between jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela authored Aug 19, 2024
1 parent 824d00b commit 0d5c217
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 @@ -50,5 +50,5 @@ jobs:

publish:
needs: release-please
if: ${{ jobs.release-please.outputs.release_ready }}
if: ${{ needs.release-please.outputs.release_ready }}
uses: ./.github/workflows/publish.yml

0 comments on commit 0d5c217

Please sign in to comment.