1
0
This commit is contained in:
Marco Maatz 2024-10-22 08:15:58 +02:00
parent 58d2a3924f
commit 3cd8e6309e

View File

@ -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)