90dy/Pnpm Release Github Action from 90dy
Permit to sync last changes from another repository
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Stalelast commit Nov 7, 2023
- License
- Public domain
Pinned Snippet
uses: 90dy/gha-pnpm-release@3d80c64f0bc3185ca1d4bc21bef2ae7ac19dcecc # v1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| pnpm-version | Version of pnpm to install. Optional when there is a packageManager field in the package.json. otherwise, this field is required It supports npm versioning scheme, it could be an exact version (such as 6.24.1), or a version range (such as 6, 6.x.x, 6.24.x, ^6.24.1, *, etc.), or latest. | — | latest |
| node-version | Version Spec of the version to use in SemVer notation. It also emits such aliases as lts, latest, nightly and canary builds Examples: 12.x, 10.15.1, >=10.15.0, lts/Hydrogen, 16-nightly, latest, node | — | — |
| branches | The branches on which releases should happen. See https://github.com/90dy/gha-semantic-release for more details. | — | main |
| cache | Cache pnpm store. Examples: true, false | — | true |
Outputs
no outputs