bump tag version, restrict paths
This commit is contained in:
parent
54f809436c
commit
003db33212
|
@ -4,6 +4,8 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths:
|
||||||
|
- "config**"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
|
@ -16,7 +18,7 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Bump version and push tag
|
- 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:
|
env:
|
||||||
WITH_V: false
|
WITH_V: false
|
||||||
DEFAULT_BUMP: patch
|
DEFAULT_BUMP: patch
|
||||||
|
|
Loading…
Reference in New Issue