flex-development/gh-release-url
Create a URL for a GitHub release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| artifact | the name of the release artifact to create a download url for | no | — |
| owner | github repository owner | no | ${{ github.repository_owner }} |
| repo | github repository name | no | ${{ github.event.repository.name }} |
| server | github server url | no | ${{ github.server_url }} |
| tag-prefix | the prefix to append to the release version when building the release tag component of the url | no | — |
| version | the release version or tag to create a url for | yes | — |
Outputs
| name | description |
|---|---|
| artifact | the release artifact download url |
| tag | the release tag the urls were created with |
| url | the release url |