There was an error while loading. Please reload this page.
1 parent 96f644b commit aacd035Copy full SHA for aacd035
1 file changed
.github/workflows/release-please.yml
@@ -22,7 +22,7 @@ jobs:
22
tag_name: ${{ steps.release.outputs.tag_name }}
23
24
no-release-created:
25
- if: ${{ needs.release-please.outputs.release_created == 'false' }}
+ if: ${{ needs.release-please.outputs.release_created != 'true' }}
26
runs-on: ubuntu-24.04
27
steps:
28
- name: No release created
0 commit comments