Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #45 from khitrenovich/patch-1
Update README to show usage of "latest" version
  • Loading branch information
Thomas Hughes authored and GitHub committed Feb 28, 2020
2 parents fca5fb5 + 0e42027 commit 8f324cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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:
Expand Down

0 comments on commit 8f324cd

Please sign in to comment.