Skip to content

Commit

Permalink
Fix canary release (#2681)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 authored Feb 26, 2020
1 parent 7d5a29f commit 872ffe1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Checkout
# Canary release script requires git history and tags.
run: git fetch --prune --unshallow
- name: Set up Node (10)
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 872ffe1

Please sign in to comment.