fo real canaries
This commit is contained in:
parent
682f3a9015
commit
29db605d32
1 changed files with 2 additions and 1 deletions
3
.github/workflows/canary.yaml
vendored
3
.github/workflows/canary.yaml
vendored
|
|
@ -5,6 +5,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
|
name: Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# Restricts to:
|
# Restricts to:
|
||||||
# 1) the base repository
|
# 1) the base repository
|
||||||
|
|
@ -50,4 +51,4 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
yarn install --frozen-lockfile
|
yarn install --frozen-lockfile
|
||||||
yarn build:package
|
yarn build:package
|
||||||
npx auto canary --dry-run
|
yarn auto canary
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue