prefecthq/actions-release-ui-components
Releases the UI Components package to NPM and GitHub.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 15, 2025
- License
- None
Pinned Snippet
uses: prefecthq/actions-release-ui-components@3307b4b1058f961efd18a6d52085942170503bcb # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| NPM_TOKEN | The NPM token to use for publishing the package. | yes | — |
| GITHUB_TOKEN | The Github token to use for creating the release. | yes | — |
| RELEASE_TYPE | The type of release to perform - value should be patch, minor, or major | yes | patch |
| SKIP_BUILD | Skip the build step. | yes | false |
| WORKING_DIR | The directory containing the package to build and release. Defaults to repository root. | no | . |
Outputs
| name | description |
|---|---|
| version | The version of the package that was published. |
| type | The type of the package that was published. |