Skip to content

Releases: svenstaro/upload-release-action

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)

2.5.0

21 Feb 14:48
2.5.0
7319e47
Compare
Choose a tag to compare

2.4.1

01 Feb 22:56
2.4.1
cc92c90
Compare
Choose a tag to compare
  • Modernize octokit usage

2.4.0

09 Jan 01:52
2.4.0
2728235
Compare
Choose a tag to compare
  • Update to node 16
  • Bump most dependencies

2.3.0

05 Jun 17:07
1339843
Compare
Choose a tag to compare
  • Now defaults repo_token to ${{ github.token }} and tag to ${{ github.ref }} #69 (thanks @leighmcculloch)

2.2.1

16 Dec 04:20
2.2.1
483c1e5
Compare
Choose a tag to compare
  • Added support for the GitHub pagination API for repositories with many releases #36 (thanks @djpohly)