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