bump tag version, restrict paths
This commit is contained in:
parent
54f809436c
commit
003db33212
|
@ -4,6 +4,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- "config**"
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
@ -16,7 +18,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Bump version and push tag
|
||||
uses: https://github.com/anothrNick/github-tag-action@v1
|
||||
uses: https://github.com/anothrNick/github-tag-action@v1.67.0
|
||||
env:
|
||||
WITH_V: false
|
||||
DEFAULT_BUMP: patch
|
||||
|
|
Loading…
Reference in New Issue