From c87b592277b38447bcad5f08bc60ea3f3970a122 Mon Sep 17 00:00:00 2001 From: azivner Date: Sun, 2 Dec 2018 08:42:11 +0100 Subject: [PATCH] fix in the release script --- bin/build.sh | 2 ++ bin/release.sh | 4 +--- package-lock.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/build.sh b/bin/build.sh index 327580173..5a39257cf 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -16,3 +16,5 @@ bin/build-mac-x64.sh # building X64 linux as the last so electron-rebuild will prepare X64 binaries for local development bin/build-linux-x64.sh + +bin/build-server.sh \ No newline at end of file diff --git a/bin/release.sh b/bin/release.sh index 91f511044..5acc6b454 100755 --- a/bin/release.sh +++ b/bin/release.sh @@ -88,9 +88,7 @@ github-release upload \ --name "$MAC_X64_BUILD" \ --file "dist/$MAC_X64_BUILD" -echo "Packaging server version" - -bin/build-server.sh $VERSION +echo "Uploading linux x64 server build" github-release upload \ --tag $TAG \ diff --git a/package-lock.json b/package-lock.json index bc4cae8df..eb7f164ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "trilium", - "version": "0.24.5", + "version": "0.25.0-beta", "lockfileVersion": 1, "requires": true, "dependencies": {