Skip to content

Releases: svenstaro/upload-release-action

2.11.2

06 Jul 07:12
Compare
Choose a tag to compare

Solved race-condition when matrix builds try to create the same release at the same time - #147

2.11.1

30 Jun 21:00
Compare
Choose a tag to compare

Fixed input and output names for release_id

2.11.0

30 Jun 20:36
Compare
Choose a tag to compare
  • Adds a release_id output, and optional input, for uploading files to release - #136 (thanks @alexis-opolka)

2.10.0

21 Jun 19:56
Compare
Choose a tag to compare

Adds the ability to disable duplicate check, for lower Github API usage - #142 (thanks @colinsullivan)

2.9.1

21 Jun 18:52
Compare
Choose a tag to compare

Fixed development + CI, updated dependencies - #137

2.9.0

21 Feb 21:44
2.9.0
04733e0
Compare
Choose a tag to compare

2.8.0

21 Feb 21:35
2.8.0
ff23fb2
Compare
Choose a tag to compare
  • Bump all deps
  • Update to node 20

2.7.0

28 Jul 16:39
2.7.0
1beeb57
Compare
Choose a tag to compare
  • Allow setting an explicit target_commitish #46 (thanks @Spikatrix)

2.6.1

31 May 17:38
2.6.1
2b9d284
Compare
Choose a tag to compare
  • Do not overwrite body or name if empty #108 (thanks @regevbr)

2.6.0

23 May 20:35
2.6.0
58d5258
Compare
Choose a tag to compare
  • Add make_latest input parameter. Can be set to false 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)