actions: Test 4 change numbering
All checks were successful
Build Docker / Build Bot (push) Successful in 23s
Build Docker / Build Master (push) Successful in 25s

This commit is contained in:
Nathan Woodburn 2023-08-25 13:28:06 +10:00
parent 04edb8b456
commit 3e3c2fe61e
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -24,7 +24,7 @@ jobs:
echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}"
tag=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}
tag=${tag//\//-}
tag_num=${git log --oneline | wc -l}
tag_num=$(git log --oneline | wc -l)
echo "tag_num=$tag_num"
if [[ "$tag" == "main" ]]; then