Skip to content

Commit ba10d6a

Browse files
committed
fix: Checkout
1 parent b3089aa commit ba10d6a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/cd.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ jobs:
1111
runs-on: ubuntu-18.04
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- name: Checkout
15+
uses: actions/checkout@v2
16+
with:
17+
fetch-depth: 0
18+
1519
- uses: actions/setup-node@v1
1620
with:
1721
node-version: '14.x'

0 commit comments

Comments
 (0)