ci skip stop bumping tag on ci skips

This commit is contained in:
jobobby04 2020-06-14 01:08:41 -04:00 committed by GitHub
parent 0e91f76e41
commit fb5f79da5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ jobs:
run: echo ::set-env name=SHOULD_RUN::${{ steps.skip.outputs.shouldRun }}
- name: TAG - Bump version and push tag
uses: anothrNick/github-tag-action@1.17.2
if: github.event.action != 'pong'
if: github.event.action != 'pong' && env.SHOULD_RUN == 'true'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true