File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 # creates the release PR, and publishes releases
1212 release-please :
1313 outputs :
14- release_created : ${{ steps.release.outputs.release_created }}
14+ releases_created : ${{ steps.release.outputs.releases_created }}
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout Repository
6868 install-and-compile :
6969 needs : release-please
7070 # only if a release has been created
71- if : ${{ needs.release-please.outputs.release_created }}
71+ if : ${{ needs.release-please.outputs.releases_created }}
7272 runs-on : ubuntu-latest
7373 steps :
7474 - name : Checkout Repository
9393 - release-please
9494 - install-and-compile
9595 # only if a release has been created
96- if : ${{ needs.release-please.outputs.release_created }}
96+ if : ${{ needs.release-please.outputs.releases_created }}
9797 runs-on : ubuntu-latest
9898 permissions :
9999 contents : read
You can’t perform that action at this time.
0 commit comments