Releases: svenstaro/upload-release-action
Releases · svenstaro/upload-release-action
2.11.2
Solved race-condition when matrix builds try to create the same release at the same time - #147
2.11.1
Fixed input and output names for release_id
2.11.0
- Adds a
release_id
output, and optional input, for uploading files to release - #136 (thanks @alexis-opolka)
2.10.0
Adds the ability to disable duplicate check, for lower Github API usage - #142 (thanks @colinsullivan)
2.9.1
Fixed development + CI, updated dependencies - #137
2.9.0
2.8.0
- Bump all deps
- Update to node 20
2.7.0
- Allow setting an explicit target_commitish #46 (thanks @Spikatrix)
2.6.1
2.6.0
- Add
make_latest
input parameter. Can be set tofalse
to prevent the created release from being marked as the latest release for the repository #100 (thanks @brandonkelly) - Don't try to upload empty files #102 (thanks @Loyalsoldier)
- Bump all deps #105
overwrite
option also overwrites name and body #106 (thanks @regevbr)- Add
promote
option to allow prereleases to be promoted #74 (thanks @regevbr)