From 728eefa30195aa18bf50854765494e8489e01a49 Mon Sep 17 00:00:00 2001 From: Doug Tangren Date: Tue, 27 Aug 2019 02:24:12 -0400 Subject: [PATCH] add action-gh-release (#159) * add action-gh-release Travis-style Github Releases. Post release information to Github Releases along with associated assets files * fix Linting error Github => GitHub --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3906fee..28b49d6 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Add releases to GitHub](https://github.com/elgohr/Github-Release-Action) - [Publish a docker image to Dockerhub](https://github.com/elgohr/Publish-Docker-Github-Action) - [Create an issue using content from a file](https://github.com/peter-evans/create-issue-from-file) +- [Publish GitHub Releases with Assets](https://github.com/softprops/action-gh-release) ### Collection of Actions