🐛 Bug: Releases keep getting into "You cannot publish over the previously published versions" state #918
Closed
3 tasks done
Labels
status: accepting prs
Please, send a pull request to resolve this!
type: bug
Something isn't working :(
Bug Report Checklist
main
branch of the repository.Expected
Commits to
main
should trigger the release flow. That should publish a new commit if there was anything releasable (feat
,fix
, etc.).Actual
The release flows each attempt to publish, but eventually start erroring with:
Example: https://github.com/JoshuaKGoldberg/create-typescript-app/actions/runs/6369636845/job/17290047295
Additional Info
I'd previously tried to fix this in #876. I haven't looked deeply into why it's still happening. Irksome.
Running
git pull; npm version patch; git push
locally 1-2 times seems to fix it temporarily. But we should really have this fixed in the repo's tooling.The text was updated successfully, but these errors were encountered: