Skip to content

fix: create release after building assets for immutability#17

Merged
thoroc merged 3 commits into
mainfrom
fix/release-please-outputs
Feb 6, 2026
Merged

fix: create release after building assets for immutability#17
thoroc merged 3 commits into
mainfrom
fix/release-please-outputs

Conversation

@thoroc

@thoroc thoroc commented Feb 6, 2026

Copy link
Copy Markdown
Owner

Fixes immutable release creation by:\n\n1. Using skip-github-release: true in release-please-action to prevent creating the release prematurely\n2. Building all binaries across matrix platforms\n3. Uploading artifacts using actions/upload-artifact@v4\n4. Creating the GitHub release with all assets in a final job using gh release create\n\nThis ensures the release is created atomically with all assets, preventing the "Cannot upload assets to an immutable release" error.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-copilot Please review this PR focusing on:

  1. Code quality, best practices, and potential bugs
  2. Security vulnerabilities and unsafe patterns
  3. Performance implications
  4. Documentation accuracy and completeness
  5. Test coverage and edge cases

Please provide specific, actionable feedback.

@thoroc
thoroc merged commit a58f791 into main Feb 6, 2026
8 checks passed
@thoroc
thoroc deleted the fix/release-please-outputs branch February 6, 2026 23:13
@thoroc thoroc mentioned this pull request Feb 6, 2026
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