Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 08f4665

Browse files
authoredJan 12, 2021
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

Lines changed: 2 additions & 0 deletions
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)
Please sign in to comment.