Skip to content

Commit 280bdca

Browse files
fix jq command
1 parent 356038c commit 280bdca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
MANIFEST=$(find ./$BUILDFOLDER -name plugin-manifest.json)
2727
[ -z $MANIFEST ] && cp plugin-manifest $BUILDFOLDER
2828
MANIFEST="$BUILDFOLDER/plugin-manifest.json"
29-
VERSION=$(jq '.version' $MANIFEST)
29+
VERSION=$(jq '.version' $MANIFEST -r)
3030
echo "version=$VERSION"
3131
mkdir -p output
3232
tar -C $BUILDFOLDER -czf output/$VERSION.tar.gz .

0 commit comments

Comments
 (0)