fix
This commit is contained in:
parent
58d2a3924f
commit
3cd8e6309e
@ -42,7 +42,7 @@ jobs:
|
|||||||
- id: parseStep
|
- id: parseStep
|
||||||
run: |
|
run: |
|
||||||
tag="${{ inputs.version }}"
|
tag="${{ inputs.version }}"
|
||||||
tag="${VERSION#refs/tags/}"
|
tag="${tag#refs/tags/}"
|
||||||
|
|
||||||
if [[ "$tag" == *"/"* ]]; then
|
if [[ "$tag" == *"/"* ]]; then
|
||||||
releaseChannel=$(echo "$tag" | cut -d'/' -f1)
|
releaseChannel=$(echo "$tag" | cut -d'/' -f1)
|
||||||
|
Loading…
Reference in New Issue
Block a user