Fetch all history to get a correct version

This commit is contained in:
Simon Conseil
2020-10-04 19:37:44 -03:00
committed by GitHub
parent a3fd3be919
commit 47830f90b8

View File

@@ -10,7 +10,8 @@ on: [push, pull_request]
# schedule:
# # Run everyday at 03:53 UTC
# - cron: 53 3 * * *
# workflow_dispatch:
jobs:
build:
@@ -21,6 +22,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with: