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 356038c commit 280bdcaCopy full SHA for 280bdca
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
MANIFEST=$(find ./$BUILDFOLDER -name plugin-manifest.json)
27
[ -z $MANIFEST ] && cp plugin-manifest $BUILDFOLDER
28
MANIFEST="$BUILDFOLDER/plugin-manifest.json"
29
- VERSION=$(jq '.version' $MANIFEST)
+ VERSION=$(jq '.version' $MANIFEST -r)
30
echo "version=$VERSION"
31
mkdir -p output
32
tar -C $BUILDFOLDER -czf output/$VERSION.tar.gz .
0 commit comments