Skip to content

ci: stage the npm launcher without provenance - #11

Merged
Cenadros merged 1 commit into
mainfrom
fix/stage-without-provenance
Sep 11, 2026
Merged

Cenadros merged 1 commit into
mainfrom
fix/stage-without-provenance

Conversation

@Cenadros

Copy link
Copy Markdown
Contributor

The v1.1.7 release run staged nothing: npm rejects provenance for private source repositories.

npm error 422 Unprocessable Entity - POST https://registry.npmjs.org/-/stage/package/@runroom%2fcode-quality - Error verifying sigstore provenance bundle: Unsupported GitHub Actions source repository visibility: "private". Only public source repositories are supported when publishing with provenance.

Drops --provenance from npm stage publish; re-add it if the repository becomes public. After merge, v1.1.7 is moved to the merge commit so the release re-runs and stages the launcher.

npm rejects provenance for private source repositories (HTTP 422,
"Only public source repositories are supported when publishing with
provenance"), which made the v1.1.7 npm job fail. Drop the flag until
the repository is public.
@Cenadros
Cenadros requested a review from a team September 11, 2026 13:11
@Cenadros
Cenadros merged commit ffaa252 into main Sep 11, 2026
4 checks passed
@Cenadros
Cenadros deleted the fix/stage-without-provenance branch September 11, 2026 13:15
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