From f6050d08475ca36c66d763a014cdaa412ecd9f66 Mon Sep 17 00:00:00 2001 From: jobobby04 Date: Sun, 14 Jun 2020 17:01:25 -0400 Subject: [PATCH] why not try this --- .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 823a7fe57..0db0a6a27 100644 --- a/.github/workflows/TachiyomiSY-Preview-Builder.yml +++ b/.github/workflows/TachiyomiSY-Preview-Builder.yml @@ -12,7 +12,7 @@ jobs: with: fetch-depth: '0' - name: Set SHOULD_RUN flag - run: echo ::set-env name=SHOULD_RUN::!contains(toJSON(github.event.commits.*.message), 'skip-ci') && !contains(toJSON(github.event.commits.*.message), 'skip ci') && !contains(toJSON(github.event.commits.*.message), 'ci skip') && !contains(toJSON(github.event.commits.*.message), 'ci-skip') + run: echo ::set-env name=SHOULD_RUN::"!contains(toJSON(github.event.commits.*.message), 'skip-ci')" && "!contains(toJSON(github.event.commits.*.message), 'skip ci')" && "!contains(toJSON(github.event.commits.*.message), 'ci skip')" && "!contains(toJSON(github.event.commits.*.message), 'ci-skip')" - name: TAG - Bump version and push tag uses: anothrNick/github-tag-action@1.17.2 if: github.event.action != 'pong' && env.SHOULD_RUN == 'true'