Browse Source

Add more tag debugging output

pull/883/head
Hamish Coleman 3 years ago
parent
commit
9b081805f5
  1. 3
      .github/workflows/tests.yml

3
.github/workflows/tests.yml

@ -524,6 +524,9 @@ jobs:
echo git cat-file $TYPE $GITHUB_REF
git cat-file $TYPE $GITHUB_REF
echo ================
echo cat .git/$GITHUB_REF
cat .git/$GITHUB_REF
echo ================
- name: Fetch all Artifacts
if: steps.get_tagtype.outputs.TAGTYPE == 'tag'

Loading…
Cancel
Save