From 26a89dc33285a779cc8323f0e05f7bfb2a7c5b72 Mon Sep 17 00:00:00 2001 From: Aman Harwara Date: Thu, 13 Apr 2023 01:24:47 +0530 Subject: [PATCH] chore: fix clipper ci workflow --- .github/workflows/clipper.release.prod.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/clipper.release.prod.yml b/.github/workflows/clipper.release.prod.yml index 17bcf77d9..9765873ac 100644 --- a/.github/workflows/clipper.release.prod.yml +++ b/.github/workflows/clipper.release.prod.yml @@ -8,7 +8,6 @@ on: jobs: build: - if: "${{ contains(github.event.head_commit.message, 'chore(release): publish') == false }}" defaults: run: working-directory: packages/clipper @@ -43,11 +42,11 @@ jobs: packages/clipper/*.chromium.zip publish: - if: "${{ contains(github.event.head_commit.message, 'chore(release): publish') == false }}" defaults: run: working-directory: packages/clipper runs-on: ubuntu-latest + needs: [build] steps: - name: Checkout code uses: actions/checkout@v3