mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-22 11:49:22 -05:00
bin/release: Get rid of sponge
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user