Skip to content

Fix publishing #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 3, 2025
Merged

Fix publishing #61

merged 2 commits into from
Aug 3, 2025

Conversation

martincostello
Copy link
Member

  • Run npm pkg fix to fix package metadata.
  • Update to the latest version of npm to ensure trusted publishing is available.

Run `npm pkg fix` to fix package metadata.
Update to the latest version of `npm` to ensure trusted publishing is available.
@martincostello martincostello marked this pull request as ready for review August 3, 2025 08:20
@Copilot Copilot AI review requested due to automatic review settings August 3, 2025 08:20
@martincostello martincostello merged commit 20f67da into dev Aug 3, 2025
1 check passed
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes package publishing by addressing npm package metadata structure and ensuring trusted publishing capabilities. The changes standardize the repository field format and update npm to the latest version for enhanced publishing features.

  • Convert repository field from string to object format with type and URL
  • Update npm to latest version in the build workflow to enable trusted publishing

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
package.json Converts repository field from string to proper object format with type and URL
.github/workflows/build.yml Adds npm update step to install latest version for trusted publishing support

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

Successfully merging this pull request may close these issues.

1 participant