Fix workflow syntax - of course keys cannot be defined twice

This commit is contained in:
Hamish Coleman 2021-10-31 11:49:04 +00:00
parent 65062ca594
commit e1845136a3

View File

@ -500,7 +500,6 @@ jobs:
run: |
echo '::set-output name=TAGTYPE::$(git cat-file -t $GITHUB_REF)'
steps:
- name: Fetch all Artifacts
if: steps.get_tagtype.outputs.TAGTYPE == 'tag'
uses: actions/download-artifact@v2