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
This commit is contained in:
Doug Tangren 2019-08-27 02:24:12 -04:00 committed by Gary Ewan Park
parent a098b3e28a
commit 728eefa301

View File

@ -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) - [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) - [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) - [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 ### Collection of Actions