From ef036888ecd4472571125b5ee807da015e4e625c Mon Sep 17 00:00:00 2001 From: softprops Date: Wed, 18 Sep 2019 13:26:04 +0900 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c3c2fe..a6cecea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ GitHub actions inputs don't inherently support lists of things and one might lik GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ``` -* Add support for prerelease annotated GitHub releases with the new input field `with.prerelease: true` +* Add support for prerelease annotated GitHub releases with the new input field `with.prerelease: true` [#19](https://github.com/softprops/action-gh-release/pull/19) ---