Skip to content

Commit

Permalink
Merge pull request #59 from sicpa-dlab/chore/ci-fail-release
Browse files Browse the repository at this point in the history
chore: ci fail if release present
  • Loading branch information
chumbert authored Jul 13, 2023
2 parents 17069cc + 98ae3c4 commit ce024f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

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

static-black:
Expand Down

0 comments on commit ce024f4

Please sign in to comment.