Files
status-app/scripts/version.sh
T
Siddarth Kumar 6d8d60183e ci: fix nwaku version in settings
Fixes this bug where App's version shows "-nwaku-experimental" even when
`USE_NWAKU` is not set to `true`

Fixes the name of the built binary to contain "experimental"

modify version script to force fetch tags and then describe.
2025-09-15 18:13:35 +05:30

6 lines
104 B
Bash
Executable File

#!/usr/bin/env bash
set -e
git fetch origin --tags --force --no-recurse-submodules
git describe --tags