From 31afd349d2b8963152e214042b36f8bd7e039fa4 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Wed, 21 Jul 2021 18:39:20 +0200 Subject: [PATCH] build: fix publishing of canaries (#11480) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79d41d99e9..bcdc810efc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -588,5 +588,5 @@ jobs: - name: Upload canary version file to dl.deno.land run: | - echo $(git rev-parse HEAD) > canary-latest.txt + echo ${{ github.sha }} > canary-latest.txt gsutil cp canary-latest.txt gs://dl.deno.land/canary-latest.txt