diff --git a/README.md b/README.md index 4ce56c6..bdab86d 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Make sure you use the `actions/checkout@v2` action! env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag-prefix: '' + tag-prefix: 'v' ``` **skip-tag:** The tag is not added to the git repository (optional). Example: @@ -106,4 +106,4 @@ Make sure you use the `actions/checkout@v2` action! GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: commit-message: 'CI: bumps version to {{version}} [skip ci]' -``` \ No newline at end of file +```