Closed suzuki-shunsuke closed 3 months ago
Seems like v0.2.24 was released by GitHub Actions. https://github.com/pluveto/upgit/actions/runs/9867934413 But I can't find the workflow run associated with v0.2.24-build. 🤔
This was due to some bugs in my release workflow configuration that caused the generated tag to be main instead of a specific version number, so I manually changed main to v0.2.24-build.
I'll follow up with a fix.
https://github.com/pluveto/upgit/actions/runs/9867934413/job/27249162015
Thank you for fixing quickly!
https://github.com/pluveto/upgit/releases/tag/v0.2.24-build https://github.com/pluveto/upgit/releases/tag/v0.2.24
I noticed the release v0.2.24 doesn't have pre built binaries and the version v0.2.24-build have them instead. These versions are associated with the same commit hash. https://github.com/pluveto/upgit/commit/6b8365ab6ed5af833a069fbef1c600c12e6994d6 What's
*-build
? Why is this version necessary?