Update tag action, fix preview changelog
(cherry picked from commit f03711e2f7)
This commit is contained in:
parent
45569947c4
commit
5bf4d5e434
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: TAG - Bump version and push tag
|
- name: TAG - Bump version and push tag
|
||||||
uses: anothrNick/github-tag-action@1.17.2
|
uses: anothrNick/github-tag-action@1.39.0
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
WITH_V: true
|
WITH_V: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue