xo-energy/Get or Create Release
Creates a GitHub release or attaches assets to an existing one
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| assets | File glob expression(s) of assets to attach to the release | no | — |
| body | Text describing the contents of the release | no | — |
| github_token | GitHub personal access token | yes | ${{ github.token }} |
| prerelease | true to identify the release as a prerelease | no | — |
| previous_release_sha | Commit SHA of the previous release | no | — |
| publish | true to publish the release, false to leave as a draft | yes | true |
| release_name | Name of the release | no | — |
| tag_name | Tag from which to create the release | yes | — |
| target_commitish | Specifies where the tag is created from | yes | ${{ github.sha }} |
Outputs
| name | description |
|---|---|
| release_id | The ID of the release |
| upload_url | The URL for uploading assets to the release |