Releases: svenstaro/upload-release-action
Releases · svenstaro/upload-release-action
2.6.0
- Add
make_latestinput parameter. Can be set tofalseto 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
overwriteoption also overwrites name and body #106 (thanks @regevbr)- Add
promoteoption to allow prereleases to be promoted #74 (thanks @regevbr)
2.5.0
- Add retry to upload release #96 (thanks @sonphantrung)
2.4.1
- Modernize octokit usage
2.4.0
- Update to node 16
- Bump most dependencies
2.3.0
- Now defaults
repo_tokento${{ github.token }}andtagto${{ github.ref }}#69 (thanks @leighmcculloch)
2.2.1
ci-test-ubuntu-latest-437600888
rofl lol test
2.2.0
- Add support for ceating a new release in a foreign repository #25 (thanks @kittaakos)
- Upgrade all deps
2.1.1
- Fix
release_nameoption #27 (thanks @kittaakos)
2.1.0
- Strip refs/heads/ from the input tag #23 (thanks @OmarEmaraDev)