Add more tag debugging output

This commit is contained in:
Hamish Coleman 2021-10-31 16:27:14 +00:00
parent 55c063513d
commit 9b081805f5

View File

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