mirror of
https://github.com/cloudnativelabs/kube-router.git
synced 2025-11-30 09:21:34 +01:00
.github/workflows: Fix yaml error
This commit is contained in:
parent
8697d81d88
commit
f8214ef8de
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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/})"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user