Fix builder
This commit is contained in:
parent
354bf362c0
commit
59b3b7d79d
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ jobs:
|
|||
fetch-depth: '0'
|
||||
- name: TAG - Bump version and push tag
|
||||
uses: anothrNick/github-tag-action@1.17.2
|
||||
if: github.event.action != 'pong'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
WITH_V: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue