Skip to content

Commit 61642e8

Browse files
committed
use checkout options of the plugin instead
Signed-off-by: David Karlsen <[email protected]>
1 parent 60436cb commit 61642e8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v2
14-
15-
- name: Fetch history
16-
run: git fetch --prune --unshallow
14+
with:
15+
fetch-depth: 0
1716

1817
- name: Configure Git
1918
run: |

0 commit comments

Comments
 (0)