backwards compat for GITHUB_TOKEN from env (#133)

* backwards compat for GITHUB_TOKEN from env

* update changelog
This commit is contained in:
Doug Tangren 2021-07-30 18:41:53 -04:00 committed by GitHub
parent d2a05f5e5a
commit 8779b820d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 54 additions and 5 deletions

View file

@ -1,3 +1,7 @@
## 0.1.8
- fix backwards compatibility with `GITHUB_TOKEN` resolution. `GITHUB_TOKEN` is no resolved first from an env varibale and then from and input [#133](https://github.com/softprops/action-gh-release/pull/133)
## 0.1.7
- allow creating draft releases without a tag [#95](https://github.com/softprops/action-gh-release/pull/95)