Releases: ncipollo/release-action
Releases · ncipollo/release-action
v1.8.10
- Update
removeArtifacts
logic so it runs even if you have no artifacts defined in the action. - Security and dependency updates.
v1.8.9
Adds the removeArtifacts
input which will remove all exiting artifacts before uploading new ones.
v1.8.8
The token input will now default to github.token
if it's omitted (#104).
v1.8.7
- Update dependencies.
- Add option to ignore prerelease on update (#96)
v1.8.6
Add artifact validation which check to ensure it's not a directory
v1.8.5
Adds action outputs (release id, http url, and upload url).
v1.8.4
Adds pagination to the list assets call, so the action will no longer fail to update if there are > 30 assets. Thanks @ph1ll !
v1.8.3
Fixes #37 Add discussion category action argument.
v1.8.2
Adds the artifactErrorsFailBuild
input argument. When this is set to true it will fail the build if an artifact fails to be read from disk or uploaded to the release.
v1.8.1
- Artifact paths can now include
~/
- Additional warnings are now generated if the artifact glob produces no results.