From 4c44f1682fd45c561d9a4fe7447fa6d4b719903a Mon Sep 17 00:00:00 2001 From: Stephan Date: Fri, 4 Jun 2021 13:03:46 +0200 Subject: [PATCH] wip --- .github/workflows/exp.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/exp.yml b/.github/workflows/exp.yml index d4dae88..77be6c9 100644 --- a/.github/workflows/exp.yml +++ b/.github/workflows/exp.yml @@ -67,6 +67,8 @@ jobs: echo "::error::Branch release/$HZVERSION does not exist" exit 1 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 echo "Tag is in the correct branch" else