Skip to content

Commit 4d6cd99

Browse files
author
Julien Ruaux
committed
build: Check out using fetch-depth 0
1 parent 3b1b6b0 commit 4d6cd99

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
password: ${{ secrets.DOCKER_PASSWORD }}
1919

2020
- name: Checkout
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v3
22+
with:
23+
fetch-depth: 0
2224

2325
- name: Version
2426
run: |

0 commit comments

Comments
 (0)