Skip to content

Commit

Permalink
Use v5 tag in Action example
Browse files Browse the repository at this point in the history
Using v5 instead of the very specific v5.3.1 will result in users automatically receiving minor and patch updates without having to change the version manually.
  • Loading branch information
TimonVS authored Dec 23, 2019
1 parent e8ad92e commit 685aad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5.3.1
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down

0 comments on commit 685aad0

Please sign in to comment.