Closed ghostwriter closed 1 year ago
Check if a git tag exists that matches the milestone version and commit sha, to then skip the "tagging" step.
git tag
milestone
commit sha
GitHub Action fails due to git tags created in a previous run.
git tags
re-run the GitHub Action after failing to publish a release due to a GitHub API error.
re-run
No errors.
Check if a
git tag
exists that matches themilestone
version andcommit 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.