design-system-pro/Semantic Release Action
GitHub Action for semantic-release with dist folder publishing
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dist-dir | Path to the dist directory to be published | yes | ./dist |
| release-branch | The branch where a release will be created. Defaults to "main". | yes | "main" |
| dry-run | Whether to perform a dry run (no changes are made) | no | false |
| github-token | GitHub token | yes | — |
| node-auth-token | Node.js auth token | yes | — |
| registry-url | Registry URL where the dist directory will be published. Defaults to "https://npm.pkg.github.com". | no | https://npm.pkg.github.com |
Outputs
no outputs