mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 18:45:53 +00:00
c50869023d
gh release create doesn't work properly when the tag already exists - it creates an 'untagged' release instead of attaching to the existing tag. Using the API directly with POST to /releases fixes this.