Skip to content

Releases: ncipollo/release-action

v1.8.10

03 Oct 23:55
Compare
Choose a tag to compare
  • Update removeArtifacts logic so it runs even if you have no artifacts defined in the action.
  • Security and dependency updates.

v1.8.9

12 Sep 22:18
Compare
Choose a tag to compare

Adds the removeArtifacts input which will remove all exiting artifacts before uploading new ones.

v1.8.8

06 Aug 18:59
Compare
Choose a tag to compare

The token input will now default to github.token if it's omitted (#104).

v1.8.7

05 Aug 21:08
Compare
Choose a tag to compare
  • Update dependencies.
  • Add option to ignore prerelease on update (#96)

v1.8.6

24 May 15:28
Compare
Choose a tag to compare

Add artifact validation which check to ensure it's not a directory

v1.8.5

12 May 16:09
Compare
Choose a tag to compare

Adds action outputs (release id, http url, and upload url).

v1.8.4

15 Apr 17:57
Compare
Choose a tag to compare

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

07 Apr 21:58
Compare
Choose a tag to compare

Fixes #37 Add discussion category action argument.

v1.8.2

22 Mar 00:06
Compare
Choose a tag to compare

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

12 Mar 17:54
Compare
Choose a tag to compare
  • Artifact paths can now include ~/
  • Additional warnings are now generated if the artifact glob produces no results.