From 80c551fed644deca31c0784942894993a2818a54 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 20 Jul 2021 09:57:54 +0200 Subject: [PATCH] create-snapshot: Fetch all git history --- .github/workflows/create-snapshot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/create-snapshot.yml b/.github/workflows/create-snapshot.yml index aa1dc89..d115ccb 100644 --- a/.github/workflows/create-snapshot.yml +++ b/.github/workflows/create-snapshot.yml @@ -15,6 +15,8 @@ jobs: steps: - name: Checkout code base uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Prepare Git environment run: |