mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-06 20:29:12 -05:00
fix version setting in release script
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ if ! git diff-index --quiet HEAD --; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
jq '.version = "$VERSION"' package.json|sponge package.json
|
||||
jq '.version = "'$VERSION'"' package.json|sponge package.json
|
||||
|
||||
TAG=v$VERSION
|
||||
|
||||
|
||||
Reference in New Issue
Block a user