Skip to content

Commit 2e707ea

Browse files
ci: add fetch-depth (#79)
1 parent ff14170 commit 2e707ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
with:
1313
ref: master
14+
fetch-depth: 0
1415

1516
- uses: actions/cache@v1
1617
id: cache
@@ -20,7 +21,7 @@ jobs:
2021
restore-keys: |
2122
${{ runner.os }}-npm-
2223
23-
- name: Install dependencies
24+
- name: Use Node.js 12
2425
uses: actions/setup-node@v1
2526
with:
2627
registry-url: "https://registry.npmjs.org"

0 commit comments

Comments
 (0)