add example for tag-prefix
This commit is contained in:
parent
9fb9f40474
commit
a70c3c256d
|
@ -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]'
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue