From 29db605d323a45e7a85c5382ded1b27f0aa34322 Mon Sep 17 00:00:00 2001 From: Jon McClure Date: Tue, 1 Aug 2023 19:18:17 +0100 Subject: [PATCH] fo real canaries --- .github/workflows/canary.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/canary.yaml b/.github/workflows/canary.yaml index cbc9c61d..53e2285e 100644 --- a/.github/workflows/canary.yaml +++ b/.github/workflows/canary.yaml @@ -5,6 +5,7 @@ on: jobs: release: + name: Release runs-on: ubuntu-latest # Restricts to: # 1) the base repository @@ -50,4 +51,4 @@ jobs: run: | yarn install --frozen-lockfile yarn build:package - npx auto canary --dry-run + yarn auto canary