laminas / automatic-releases

Automated release process for `laminas/` projects, usable as github action
Other
141 stars 23 forks source link

[RFC]Re-running automatic-releases actions after failure #222

Closed ghostwriter closed 1 year ago

ghostwriter commented 1 year ago
Q A
Version(s) 1.20.x

Check if a git tag exists that matches the milestone version and commit sha, to then skip the "tagging" step.

Current behavior

GitHub Action fails due to git tags created in a previous run.

How to reproduce

re-run the GitHub Action after failing to publish a release due to a GitHub API error.

Expected behavior

No errors.