Skip to content

Commit d413bca

Browse files
committed
update: fetch depth = all
1 parent 397fa76 commit d413bca

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
@@ -13,7 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout Repository
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
17+
with:
18+
fetch-depth: 0
1719

1820
- name: Set up Python 3.8
1921
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)