int128/go-release-action
Release the binary on a tag
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 4, 2026
- License
- Apache 2.0
Pinned Snippet
uses: int128/go-release-action@9e1d6ec29fc6ffc2ba55f631baf4a73017d228e1 # v2.5.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| binary | Filename of the binary (automatically add .exe for Windows) | yes | — |
| release-name | If set, upload the assets to the release | no | ${{ case(github.ref_type == 'tag', github.ref_name, '') }} |
| working-directory | The working directory | — | . |
Outputs
| name | description |
|---|---|
| zip-name | The name of the zip file |