opensafely-core / interactive-templates

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

Fetch all commits when tagging new release #365

Closed StevenMaude closed 3 months ago

StevenMaude commented 3 months ago

See #363.

As things stand, GitHub Actions can clone the repository without all existing tags. If the version hasn't been updated, then this tag-new-release workflow job will always tag the commit being checked out with the tag in version. As this tag should already exist from a previous run of this workflow, the git push --tags step fails.