We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f6757f commit 677600cCopy full SHA for 677600c
prepare_release.sh
@@ -40,5 +40,5 @@ echo "Uploading tar archive to release $PACKAGE_VERSION..."
40
gh release upload v$PACKAGE_VERSION libsession_util_nodejs-v$PACKAGE_VERSION.tar.gz
41
echo "GH_RELEASE_URL: $GH_RELEASE_URL"
42
echo "Update session-desktop with this new libsession-nodejs version with: "
43
-echo "yarn upgrade https://github.com/session-foundation/libsession-util-nodejs/releases/download/v$PACKAGE_VERSION/libsession_util_nodejs-v$PACKAGE_VERSION.tar.gz"
+echo "yarn remove libsession_util_nodejs --ignore-scripts; yarn add https://github.com/session-foundation/libsession-util-nodejs/releases/download/v$PACKAGE_VERSION/libsession_util_nodejs-v$PACKAGE_VERSION.tar.gz"
44
echo "Done"
0 commit comments