create-snapshot: Fetch all git history

This commit is contained in:
Johannes Meyer 2021-07-20 09:57:54 +02:00
parent 7ccdde5601
commit 80c551fed6

View File

@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout code base
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Prepare Git environment
run: |