try not building

This commit is contained in:
Jon McClure 2023-08-01 19:38:23 +01:00
parent 130bc702e5
commit d6d0b1612b

View file

@ -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