v1.29.1 get rid of the ridiculous refs-tags thing

pull/793/head v1.29.1
Lex Neva 2020-08-18 21:09:03 -04:00
rodzic be671f837f
commit 1631428ae4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
#!/bin/bash
VERSION="$(echo ${GITHUB_REF#refs/heads/} | tr / -)"
VERSION="$(echo ${GITHUB_REF} | sed -e 's|refs/heads/||' -e 's|refs/tags/||' -e 's|/|-|g')"
OS="${BUILD:-$(uname)}"
ARCH="$(uname -m)"