.github/workflows: Fix yaml error

This commit is contained in:
Manuel Rüger 2021-07-05 21:25:27 +02:00
parent 8697d81d88
commit f8214ef8de

View File

@ -99,7 +99,7 @@ jobs:
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
id: extract_branch
- name: Extract tag from github ref - New Release
- name: Extract tag from github ref - New Release
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
shell: bash
run: echo "##[set-output name=tag;]$(echo ${GITHUB_REF#refs/tags/})"