wip
This commit is contained in:
parent
ead4715425
commit
4c44f1682f
2
.github/workflows/exp.yml
vendored
2
.github/workflows/exp.yml
vendored
|
@ -67,6 +67,8 @@ jobs:
|
||||||
echo "::error::Branch release/$HZVERSION does not exist"
|
echo "::error::Branch release/$HZVERSION does not exist"
|
||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
|
git tag --contains release/$HZVERSION
|
||||||
|
git log --graph --pretty=format':%h%%d %s %an, %ar' | head -n 5
|
||||||
if (git tag --contains release/$HZVERSION | grep -q $HZTAG); then
|
if (git tag --contains release/$HZVERSION | grep -q $HZTAG); then
|
||||||
echo "Tag is in the correct branch"
|
echo "Tag is in the correct branch"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue
Block a user