Change fetch depth for release so that history can be fetched

This commit is contained in:
Me No Dev
2021-01-12 15:09:28 +02:00
committed by GitHub
parent 2452c1fb53
commit 08f4665775

View File

@ -11,6 +11,8 @@ jobs:
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0
- uses: actions/setup-python@v1
with:
python-version: '3.x'