Skip to content

Commit 3148d54

Browse files
committed
ci: trim quotes
1 parent d570160 commit 3148d54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-emoji-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
8181
# use manual versions if provided, otherwise fallback to auto-detected versions
8282
FINAL_VERSIONS="${SEPARATED_VERSIONS:-$AUTO_VERSIONS}"
83+
FINAL_VERSIONS=$(echo "$FINAL_VERSIONS" | sed "s/[\"']//g")
8384
8485
echo "using versions: $FINAL_VERSIONS"
8586
echo "FINAL_VERSIONS=$FINAL_VERSIONS" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)