Skip to content

chore(ci): update GitHub release asset uploader - #26

Merged
stoprocent merged 1 commit into
mainfrom
agent/fix-release-asset-upload
Jul 27, 2026
Merged

stoprocent merged 1 commit into
mainfrom
agent/fix-release-asset-upload

Conversation

@stoprocent

Copy link
Copy Markdown
Owner

What

  • update @semantic-release/github from 12.0.6 to 12.0.9
  • refresh the lockfile for the plugin's proxy dependencies

Why

The v2.2.7 release successfully published to npm, then failed while uploading the prebuild archive to GitHub:

InvalidArgumentError: invalid content-length header

Node 24's Undici now rejects the numeric content-length header set by older plugin versions. @semantic-release/github 12.0.9 removes that manual header and explicitly fixes semantic-release/github#1224. Noble already uses 12.0.9 and successfully uploads the same type of prebuild archive.

This is a release-pipeline-only change and uses a chore(ci) commit so it does not create another package version.

Validation

  • clean npm ci --ignore-scripts
  • npm run lint
  • npm ls @semantic-release/github --depth=0 reports 12.0.9
  • git diff --check

@stoprocent
stoprocent marked this pull request as ready for review July 27, 2026 11:17
@stoprocent
stoprocent merged commit 5abf345 into main Jul 27, 2026
29 checks passed
@github-actions

Copy link
Copy Markdown

🎉 This PR is included in version 2.2.8 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Publishing on GitHub is broken

1 participant