@guokexin.02/cli-oidc-rehearsal
v0.4.2
Published
Disposable package for rehearsing npm trusted publishing with GitHub Actions.
Downloads
681
Maintainers
Readme
npm Trusted Publishing Rehearsal
Disposable public package used to verify npm Trusted Publishing with GitHub Actions.
It contains no production code, credentials, or internal references.
Rehearsed release flow
- A protected
v*tag triggers the release workflow. - The tag,
package.json, andpackage-lock.jsonversions must match, and the tagged commit must be onmain. - CI packs one tarball and generates
checksums.txt. - The
npm-publishGitHub Environment requires approval. - OIDC publishes the tarball on npm under the
rehearsaldist-tag. - The same tarball and checksum are attached to a draft GitHub Release.
