From 130bc702e5dc0cb93b7fd340e17c1749d039c01f Mon Sep 17 00:00:00 2001 From: Jon McClure Date: Tue, 1 Aug 2023 19:30:01 +0100 Subject: [PATCH] try ephemerally commiting build --- .github/workflows/canary.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/canary.yaml b/.github/workflows/canary.yaml index 53e2285e..8000cf2c 100644 --- a/.github/workflows/canary.yaml +++ b/.github/workflows/canary.yaml @@ -49,6 +49,10 @@ 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