90dy/Pnpm Release Github Action from 90dy

Permit to sync last changes from another repository

View on GitHub

Trust Signals

Scorecard Score
Scorecard 2–4scored Jul 6, 2026
Maintenance Recency
Stalelast commit Nov 7, 2023
License
Public domain

Pinned Snippet

workflow.ymlSHA-pinned
uses: 90dy/gha-pnpm-release@3d80c64f0bc3185ca1d4bc21bef2ae7ac19dcecc # v1.0.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
pnpm-versionVersion 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-versionVersion 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
branchesThe branches on which releases should happen. See https://github.com/90dy/gha-semantic-release for more details. main
cacheCache pnpm store. Examples: true, false true

no outputs