We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d570160 commit 3148d54Copy full SHA for 3148d54
.github/workflows/build-emoji-release.yaml
@@ -80,6 +80,7 @@ jobs:
80
81
# use manual versions if provided, otherwise fallback to auto-detected versions
82
FINAL_VERSIONS="${SEPARATED_VERSIONS:-$AUTO_VERSIONS}"
83
+ FINAL_VERSIONS=$(echo "$FINAL_VERSIONS" | sed "s/[\"']//g")
84
85
echo "using versions: $FINAL_VERSIONS"
86
echo "FINAL_VERSIONS=$FINAL_VERSIONS" >> $GITHUB_OUTPUT
0 commit comments