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/})"