We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb6d734 commit 2fd9b67Copy full SHA for 2fd9b67
1 file changed
prepare_release.sh
@@ -53,5 +53,5 @@ echo "Uploading tar archive to release $PACKAGE_VERSION..."
53
gh release upload v$PACKAGE_VERSION libsession_util_nodejs-v$PACKAGE_VERSION.tar.gz
54
echo "GH_RELEASE_URL: $GH_RELEASE_URL"
55
echo "Update session-desktop with this new libsession-nodejs version with: "
56
-echo "pnpm remove libsession_util_nodejs --ignore-scripts; pnpm add https://github.com/session-foundation/libsession-util-nodejs/releases/download/v$PACKAGE_VERSION/libsession_util_nodejs-v$PACKAGE_VERSION.tar.gz"
+echo "pnpm remove libsession_util_nodejs; pnpm add https://github.com/session-foundation/libsession-util-nodejs/releases/download/v$PACKAGE_VERSION/libsession_util_nodejs-v$PACKAGE_VERSION.tar.gz"
57
echo "Done"
0 commit comments