Browse Source

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

pull/883/head
Hamish Coleman 3 years ago
parent
commit
78889f8d98
  1. 2
      .github/workflows/tests.yml

2
.github/workflows/tests.yml

@ -496,6 +496,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2
- name: Get Tag Type - name: Get Tag Type
run: | run: |
TAGTYPE=$(git cat-file -t $GITHUB_REF) TAGTYPE=$(git cat-file -t $GITHUB_REF)

Loading…
Cancel
Save