chore: fix clipper ci workflow

This commit is contained in:
Aman Harwara
2023-04-13 01:24:47 +05:30
parent 8c121d7352
commit 26a89dc332

View File

@@ -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