Skip to content

Commit

Permalink
ci: ensure that job fails if a step fails
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniBodor committed Sep 6, 2024
1 parent 9ac5dcb commit 66e74c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
defaults:
run:
shell: bash -l {0}
strategy:
fail-fast: true

steps:
- name: Ensure that permitted release branch was selected
Expand Down

0 comments on commit 66e74c5

Please sign in to comment.