bin/release: Get rid of sponge

This commit is contained in:
Elian Doran 2024-07-14 21:13:06 +03:00
parent f678c4337b
commit 4862b324a5
No known key found for this signature in database

View File

@ -27,7 +27,8 @@ fi
echo "Releasing Trilium $VERSION"
jq '.version = "'$VERSION'"' package.json|sponge package.json
jq '.version = "'$VERSION'"' package.json > package.json.tmp
mv package.json.tmp package.json
git add package.json