ci skip stop bumping tag on ci skips
This commit is contained in:
parent
0e91f76e41
commit
fb5f79da5e
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
run: echo ::set-env name=SHOULD_RUN::${{ steps.skip.outputs.shouldRun }}
|
run: echo ::set-env name=SHOULD_RUN::${{ steps.skip.outputs.shouldRun }}
|
||||||
- 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.17.2
|
||||||
if: github.event.action != 'pong'
|
if: github.event.action != 'pong' && env.SHOULD_RUN == 'true'
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
WITH_V: true
|
WITH_V: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue