From a08d2eee2b4adf0cdf6d9c8a475beff6ee1df29b Mon Sep 17 00:00:00 2001 From: crowlKats <13135287+crowlKats@users.noreply.github.com> Date: Wed, 25 Nov 2020 11:30:14 +0100 Subject: add canary versioning (#8480) --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4472df7da..089821408 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,6 +127,15 @@ jobs: service_account_key: ${{ secrets.GCP_SA_KEY }} export_default_credentials: true + - name: Configure canary build + if: | + matrix.kind == 'test_release' && + github.repository == 'denoland/deno' && + github.ref == 'refs/heads/master' + shell: bash + run: | + echo "DENO_CANARY=true" >> $GITHUB_ENV + - name: Log versions run: | node -v -- cgit v1.2.3