mirror of
https://github.com/denoland/deno.git
synced 2025-12-23 08:48:24 +00:00
add canary versioning (#8480)
This commit is contained in:
parent
8d12653738
commit
a08d2eee2b
10 changed files with 43 additions and 22 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue