Fix - if we want to run git commands, we need a git repo clone

This commit is contained in:
Hamish Coleman 2021-10-31 14:50:50 +00:00
parent 0929185d04
commit 78889f8d98

View File

@ -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)