Skip to content

Commit ce024f4

Browse files
authored
Merge pull request #59 from sicpa-dlab/chore/ci-fail-release
chore: ci fail if release present
2 parents 17069cc + 98ae3c4 commit ce024f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: fail unless release not found
5252
# TODO check if greater than latest tag / release (?)
53-
if: ${{ steps.release_info.outputs.release_info == '' }}
53+
if: steps.release_info.outputs.release_info
5454
run: exit 1
5555

5656
static-black:

0 commit comments

Comments
 (0)