Add some debug info to the release automation

This commit is contained in:
Hamish Coleman 2021-10-31 15:08:51 +00:00
parent 78889f8d98
commit 5538a55090

View File

@ -502,6 +502,8 @@ jobs:
run: |
TAGTYPE=$(git cat-file -t $GITHUB_REF)
echo TAGTYPE=$TAGTYPE
echo REF=$GITHUB_REF
git for-each-ref refs/tags
echo "::set-output name=TAGTYPE::$TAGTYPE"
- name: Fetch all Artifacts