Skip to content

Commit

Permalink
End of line fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Lubken committed Sep 23, 2024
1 parent c25ba7a commit 7de4efe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions {{cookiecutter.name}}/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,4 @@ jobs:
steps:
- id: results
if: ${{ needs.deploy.result != 'success' }}
run: exit 1
{% endraw %}
run: exit 1{% endraw %}

0 comments on commit 7de4efe

Please sign in to comment.