Skip to content

Fix npm publish failure: add repository field to package.json#31

Merged
jottenlips merged 2 commits intomainfrom
copilot/run-npm-publish
Mar 3, 2026
Merged

Fix npm publish failure: add repository field to package.json#31
jottenlips merged 2 commits intomainfrom
copilot/run-npm-publish

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 3, 2026

npm publish was failing with 422 Unprocessable Entity because sigstore provenance validation requires package.json#repository.url to match the GitHub source repository, but the field was absent entirely.

Changes

  • package.json: Added missing repository field:
    "repository": {
      "type": "git",
      "url": "https://github.com/Vestaboard/vbml.git"
    }

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: jottenlips <14910912+jottenlips@users.noreply.github.com>
Copilot AI changed the title [WIP] Run npm publish for package @vestaboard/vbml Fix npm publish failure: add repository field to package.json Mar 3, 2026
@jottenlips jottenlips marked this pull request as ready for review March 3, 2026 21:10
@jottenlips jottenlips merged commit e4f583b into main Mar 3, 2026
4 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.

3 participants