Use short symbolic-ref

This commit is contained in:
Loki 2026-03-07 13:03:04 -06:00 committed by GitHub
parent d133cc79f5
commit 8aedfc57dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
$sha = (git rev-parse --short=7 HEAD)
$ref = (git symbolic-ref HEAD)
$ref = (git symbolic-ref --short HEAD)
$build = 560 # Note: Build/network has to stay static for now, as without it builds wont be able to play together. We can change it later when we have a better versioning scheme in place.
$suffix = ""