Skip to content

chore: repair 3.0.0 npm provenance metadata#10

Merged
luke-speechify merged 1 commit into
masterfrom
lo/repair-3.0.0-npm-provenance
Jul 10, 2026
Merged

chore: repair 3.0.0 npm provenance metadata#10
luke-speechify merged 1 commit into
masterfrom
lo/repair-3.0.0-npm-provenance

Conversation

@luke-speechify

Copy link
Copy Markdown
Collaborator

The 3.0.0 publish failed npm provenance validation: package.json repository.url was lowercase speechifyinc but npm --provenance requires a case-exact match with the GitHub source repo SpeechifyInc (422 Unprocessable Entity). npm is still at 2.0.0.

Fixes:

  • package.json: repository.url -> SpeechifyInc casing
  • adds manual-publish workflow_dispatch to publish the corrected 3.0.0 tag (the automatic publish's release_created is already consumed, so it won't re-fire)

- package.json repository.url -> canonical SpeechifyInc casing (npm --provenance requires case-exact match with the GitHub source repo; lowercase speechifyinc caused a 422)
- add manual-publish workflow_dispatch to publish the corrected 3.0.0 tag (release_created already consumed)
@luke-speechify luke-speechify merged commit 337aec1 into master Jul 10, 2026
2 checks passed
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.

2 participants