Skip to content

Commit 08f4665

Browse files
authored
Change fetch depth for release so that history can be fetched
1 parent 2452c1f commit 08f4665

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@master
14+
with:
15+
fetch-depth: 0
1416
- uses: actions/setup-python@v1
1517
with:
1618
python-version: '3.x'

0 commit comments

Comments
 (0)