From 0e420272a000f357c563033cb00a071f6af28044 Mon Sep 17 00:00:00 2001 From: Anton Khitrenovich Date: Thu, 27 Feb 2020 13:06:08 -0500 Subject: [PATCH] Update README to show usage of "latest" version ...otherwise `body` usage sample doesn't work, which results in a bunch of open issues on the topic. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 439c867..f7fc34e 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@master - name: Create Release id: create_release - uses: actions/create-release@v1 + uses: actions/create-release@latest env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token with: