Skip to content

Commit

Permalink
Fail job a little earlier to prevent confusion on errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dellisanti-peloton authored Oct 28, 2024
1 parent bcdd4da commit 00b6058
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ runs:
echo "RELEASE_NAME_PREFIX=${PREFIX}" >> $GITHUB_ENV
- name: Get or create Github release
if: ${{ success() }}
shell: bash
working-directory: ${{ github.action_path }}
env:
Expand All @@ -77,6 +78,7 @@ runs:
--jq .body > notes.md
- name: Update JIRA
if: ${{ success() }}
shell: bash
working-directory: ${{ github.action_path }}
env:
Expand Down

0 comments on commit 00b6058

Please sign in to comment.