From c53b21d0aff64f4402e9939f30bf77ca25f353a4 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Thu, 1 Apr 2021 12:24:56 -0700 Subject: [PATCH] Fixes CI bug --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e694109e..1703e649 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -70,4 +70,4 @@ jobs: - name: Release to Github env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: yarn release --github.release --no-increment --no-git + run: yarn release --github.release --no-increment --no-git --ci