mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-02-18 00:17:39 +01:00
The workflow was broken because it expected a tag to exist but the documented process never created one. This caused gh release create to fail with 'untagged' releases. Changes: - Workflow now creates the tag using --target flag - Simplified release creation logic (no retry loops needed) - Removed confusing comment about 'tag already exists' This fixes the fundamental issue where the workflow and documented process were out of sync.