From 78889f8d9892a9fb7bc19bd087f8c9ef5ce39768 Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Sun, 31 Oct 2021 14:50:50 +0000 Subject: [PATCH] Fix - if we want to run git commands, we need a git repo clone --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 84e4692..8339d5a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -496,6 +496,8 @@ jobs: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v2 + - name: Get Tag Type run: | TAGTYPE=$(git cat-file -t $GITHUB_REF)