Skip to content

Commit 872ffe1

Browse files
authored
Fix canary release (#2681)
1 parent 7d5a29f commit 872ffe1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-all.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848

4949
steps:
5050
- uses: actions/checkout@v2
51+
- name: Checkout
52+
# Canary release script requires git history and tags.
53+
run: git fetch --prune --unshallow
5154
- name: Set up Node (10)
5255
uses: actions/setup-node@v1
5356
with:

0 commit comments

Comments
 (0)