release-npm¶
Reusable workflow — release-npm.
Inputs¶
Input |
Type |
Required |
Default |
Description |
|---|---|---|---|---|
|
|
yes |
— |
Shell that builds the publishable workspaces before publish. |
Secrets¶
Secret |
Required |
Description |
|---|---|---|
|
no |
PAT that lets release-please open PRs that re-trigger CI. Falls back to GITHUB_TOKEN. |
Usage¶
jobs:
release-please:
uses: FSHTech/github-actions/.github/workflows/release-npm.yml@v1
with:
build-command: ...
secrets: inherit