summaryrefslogtreecommitdiffhomepage
path: root/desktop/scripts
diff options
context:
space:
mode:
authorOskar <oskar@mullvad.net>2025-10-27 07:59:26 +0100
committerOskar <oskar@mullvad.net>2025-10-27 16:51:44 +0100
commit8d210ef53bc3d6ee67ae644c2cd96c434239ce2c (patch)
treeeab126d4c6e66f3fb4f484b546c3ac3a87fc64c9 /desktop/scripts
parent5240d12f5039814a4ce5f28d699f601050241851 (diff)
downloadmullvadvpn-8d210ef53bc3d6ee67ae644c2cd96c434239ce2c.tar.xz
mullvadvpn-8d210ef53bc3d6ee67ae644c2cd96c434239ce2c.zip
Verify that current commit is release in release-scripts
Diffstat (limited to 'desktop/scripts')
-rwxr-xr-xdesktop/scripts/release/3-verify-build2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/scripts/release/3-verify-build b/desktop/scripts/release/3-verify-build
index f5156b2420..89dcc4dce3 100755
--- a/desktop/scripts/release/3-verify-build
+++ b/desktop/scripts/release/3-verify-build
@@ -14,6 +14,8 @@ PRODUCT_VERSION_PATH=$REPO_ROOT/dist-assets/desktop-product-version.txt
PRODUCT_VERSION=$(cat $PRODUCT_VERSION_PATH)
$REPO_ROOT/scripts/utils/gh-ready-check
+"$SCRIPT_DIR/verify-version-is-release"
+
source $REPO_ROOT/scripts/utils/log
WAIT="false"