We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e14823 + f242241 commit 83469e3Copy full SHA for 83469e3
.github/workflows/verify.yml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: fail unless release not found
52
# TODO check if greater than latest tag / release (?)
53
- if: steps.release_info.outputs.release_info
+ if: ${{ steps.release_info.outputs.release_info == '' }}
54
run: exit 1
55
56
static-black:
0 commit comments