Skip to content

Commit 2856c37

Browse files
committed
Set fetch-depth to 0 for releases.
1 parent b709b00 commit 2856c37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- uses: actions/checkout@v2
3030
with:
3131
persist-credentials: false
32+
fetch-depth: 0
3233
- uses: actions/setup-python@v2
3334
with:
3435
python-version: '3.x'

0 commit comments

Comments
 (0)