From d6d0b1612b261ac57b3cb2727ae670c38dd1256d Mon Sep 17 00:00:00 2001 From: Jon McClure Date: Tue, 1 Aug 2023 19:38:23 +0100 Subject: [PATCH] try not building --- .github/workflows/canary.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/canary.yaml b/.github/workflows/canary.yaml index 8000cf2c..4f8db97b 100644 --- a/.github/workflows/canary.yaml +++ b/.github/workflows/canary.yaml @@ -49,10 +49,5 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: | - git config --global user.name github-actions - git config --global user.email github-actions@github.com yarn install --frozen-lockfile - yarn build:package - git add . - git commit -m "built package" yarn auto canary