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 17069cc + 98ae3c4 commit ce024f4Copy full SHA for ce024f4
.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