From 090932e783bd1a94c30eadbfca63b470b2c5d24f Mon Sep 17 00:00:00 2001 From: Doug Tangren Date: Fri, 6 Sep 2019 11:30:21 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 63b485d..71b53e2 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@master - - name: Generate Changeload + - name: Generate Changelog run: echo "# Good things have arrived" > ${{ github.workflow }}-CHANGELOG.txt - name: Release uses: docker://softprops/action-gh-release @@ -121,4 +121,4 @@ The following are *required* as `step.env` keys |----------------|--------------------------------------| | `GITHUB_TOKEN` | GITHUB_TOKEN as provided by `secrets`| -Doug Tangren (softprops) 2019 \ No newline at end of file +Doug Tangren (softprops) 2019