monoship
Version updated for https://github.com/tada5hi/monoship to version v2.0.2.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The monoship GitHub Action and CLI tool automates the publication of npm workspace packages to registries like npmjs.org or GitHub Packages by identifying and publishing only packages that have not yet been released. It simplifies CI/CD workflows by integrating with tools like release-please and supports modern publishing features such as OIDC trusted publishing and provenance when used with npm >= 10. Its key capabilities include tokenless authentication via OIDC, efficient package publishing, and compatibility with multiple registries.
What’s Changed
2.0.2 (2026-03-30)
Bug Fixes
- provie .npmrc for workspaces via userconfig param (8a8b735)