From f8214ef8de489daa57b1a9e114e240ee50b3b1cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Mon, 5 Jul 2021 21:25:27 +0200 Subject: [PATCH] .github/workflows: Fix yaml error --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37f67eb0..29c244a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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/})"