electrovir/release-vir
Automatically generate a release on GitHub for version tags.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| include_npm_pack | If set to "true", `npm pack` will be run and its output will be included in the release assets. If applicable, ake sure you compile your TypeScript code before using this action. | — | false |
| token | Token used to access the repo with | — | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| release_url | The URL of the newly created release on GitHub. |