try ephemerally commiting build
This commit is contained in:
parent
29db605d32
commit
130bc702e5
1 changed files with 4 additions and 0 deletions
4
.github/workflows/canary.yaml
vendored
4
.github/workflows/canary.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue