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.
This commit is contained in:
Anton Khitrenovich 2020-02-27 13:06:08 -05:00 committed by GitHub
parent fca5fb59db
commit 0e420272a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: