mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-02-16 03:08:33 -06:00
bin/release: Get rid of sponge
This commit is contained in:
@@ -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