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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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