mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Merge pull request #674 from Palakis/fix/ubuntu-tag-releases
CI: Fix tag detection
This commit is contained in:
commit
e8c4d2b550
@ -5,8 +5,9 @@ set -e
|
|||||||
export GIT_HASH=$(git rev-parse --short HEAD)
|
export GIT_HASH=$(git rev-parse --short HEAD)
|
||||||
export PKG_VERSION="1-$GIT_HASH-$BRANCH_SHORT_NAME-git"
|
export PKG_VERSION="1-$GIT_HASH-$BRANCH_SHORT_NAME-git"
|
||||||
|
|
||||||
if [[ "$BRANCH_FULL_NAME" =~ "^refs/tags/" ]]; then
|
if [[ $BRANCH_FULL_NAME =~ ^refs/tags/ ]]; then
|
||||||
export PKG_VERSION="$BRANCH_SHORT_NAME"
|
export PKG_VERSION="$BRANCH_SHORT_NAME"
|
||||||
|
echo "[obs-websocket] Branch is a tag. Setting version to $PKG_VERSION."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd ./build
|
cd ./build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user