diff options
| author | Oskar <oskar@mullvad.net> | 2025-10-27 07:59:26 +0100 |
|---|---|---|
| committer | Oskar <oskar@mullvad.net> | 2025-10-27 16:51:44 +0100 |
| commit | 8d210ef53bc3d6ee67ae644c2cd96c434239ce2c (patch) | |
| tree | eab126d4c6e66f3fb4f484b546c3ac3a87fc64c9 | |
| parent | 5240d12f5039814a4ce5f28d699f601050241851 (diff) | |
| download | mullvadvpn-8d210ef53bc3d6ee67ae644c2cd96c434239ce2c.tar.xz mullvadvpn-8d210ef53bc3d6ee67ae644c2cd96c434239ce2c.zip | |
Verify that current commit is release in release-scripts
| -rwxr-xr-x | desktop/scripts/release/3-verify-build | 2 |
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" |
