Skip to content

fix(release): fix gh release compatibility in workflow#45

Merged
fike merged 1 commit into
mainfrom
fix/release-workflow-compat
May 24, 2026
Merged

fix(release): fix gh release compatibility in workflow#45
fike merged 1 commit into
mainfrom
fix/release-workflow-compat

Conversation

@fike
Copy link
Copy Markdown
Owner

@fike fike commented May 24, 2026

This PR replaces the problematic gh release create --clobber flag with a more robust two-step approach:

  1. Attempt to create the release (ignoring errors if it exists).
  2. Use gh release upload --clobber which is universally supported to attach the artifacts.

This ensures the workflow works correctly even if the release was pre-created manually.

@fike fike merged commit 3404397 into main May 24, 2026
8 checks passed
@fike fike deleted the fix/release-workflow-compat branch May 24, 2026 02:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant