add example for tag-prefix

This commit is contained in:
phips28 2021-07-01 21:37:56 +02:00
parent 9fb9f40474
commit a70c3c256d
1 changed files with 2 additions and 2 deletions

View File

@ -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]'
```
```