We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3182be6 commit 83c3453Copy full SHA for 83c3453
.github/workflows/release.yaml
@@ -321,7 +321,7 @@ jobs:
321
322
echo "Updating version in lib/vscode/product.json"
323
tmp=$(mktemp)
324
- jq '.codeServerVersion = "$VERSION"' release/lib/vscode/product.json > "$tmp" && mv "$tmp" release/lib/vscode/product.json
+ jq ".codeServerVersion = \"$VERSION\"" release/lib/vscode/product.json > "$tmp" && mv "$tmp" release/lib/vscode/product.json
325
# Ensure it has the same permissions as before
326
chmod 644 release/lib/vscode/product.json
327
0 commit comments