From 35b7f443a0d29a38c4bede52df3b1d474d4a4356 Mon Sep 17 00:00:00 2001 From: HenryNguyen5 <6404866+HenryNguyen5@users.noreply.github.com> Date: Mon, 12 Sep 2022 17:24:38 -0400 Subject: [PATCH] Turn off CD debugging --- .github/workflows/cd.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 05cfa04e..2e713bfa 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -83,6 +83,5 @@ jobs: - name: Create Release env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - DEBUG: true run: yarn -s release working-directory: scripts