Skip to content

Commit

Permalink
bin/release: Get rid of sponge
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jul 14, 2024
1 parent f678c43 commit 4862b32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4862b32

Please sign in to comment.