From fb5f79da5e4941382ae3bbca20298003fa7354de Mon Sep 17 00:00:00 2001 From: jobobby04 Date: Sun, 14 Jun 2020 01:08:41 -0400 Subject: [PATCH] ci skip stop bumping tag on ci skips --- .github/workflows/TachiyomiSY-Preview-Builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/TachiyomiSY-Preview-Builder.yml b/.github/workflows/TachiyomiSY-Preview-Builder.yml index 2005737c7..5f9c56330 100644 --- a/.github/workflows/TachiyomiSY-Preview-Builder.yml +++ b/.github/workflows/TachiyomiSY-Preview-Builder.yml @@ -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