Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
README: use v1 for semantic version goodness
  • Loading branch information
Edward Thomson committed Nov 8, 2019
1 parent 216650a commit 2329f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@master
- name: Create Release
id: create_release
uses: actions/create-release@v1.0.0
uses: actions/create-release@v1
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 2329f0d

Please sign in to comment.