bin/release: Get rid of sponge

pull/212/head
Elian Doran 2024-07-14 21:13:06 +07:00
parent f678c4337b
commit 4862b324a5
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

@ -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