mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 14:47:06 +00:00
ef85895f65
* fix_: pass proper version to params * fix_: use --dirty flag * fix_: delete version_test * fix_: pass proper version to artifacts
3 lines
57 B
Bash
Executable File
3 lines
57 B
Bash
Executable File
#!/usr/bin/env bash
|
|
git describe --tags --dirty="-dirty"
|