From 0f8c45cd03ad614cd3e248783ed6e0233200ebdf Mon Sep 17 00:00:00 2001 From: Simon J Date: Tue, 31 Aug 2021 09:40:25 +1000 Subject: [PATCH] Fix build (#38) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5096821..2acb615 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,8 @@ jobs: - name: Check out the repo uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Docker meta id: meta