saberouechtati/Create GitHub Release
Creates github release with a given tag and release notes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | An optional tag for the release. If this is omitted the git ref will be used (if it is a tag). | no | v1.0.0 |
| releaseNotesPath | An optional release notes file. This should be the path to the file | no | "" |
| username | The GitHub username | no | ${{ secrets.ACTIONS_GITHUB_USERNAME }} |
| token | The GitHub token. | no | ${{ secrets.ACTIONS_GITHUB_TOKEN }} |
Outputs
| name | description |
|---|---|
| id | The identifier of the created release. |
| html_url | The HTML URL of the release. |
| upload_url | The URL for uploading assets to the release. |