opensafely-core / interactive-templates

Code to generate the reports generated by OpenSAFELY Interactive
Other
0 stars 0 forks source link

Handle `git tag` failure more gracefully #383

Closed StevenMaude closed 1 month ago

StevenMaude commented 1 month ago

man bash on exit:

If n is omitted, the exit status is that of the last command executed.

If the git tag fails, then the exit status is then also an error code and GitHub Actions helpfully sends whoever triggered the workflow a notification.