From 97ed419fc93fe134d950591891c1c1b325923c5d Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Thu, 23 Sep 2021 09:11:29 +0100 Subject: [PATCH] echo tag name in ci --- .github/workflows/prerelease.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 0fb07be79d..60ce608b21 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -76,6 +76,7 @@ jobs: git add . git commit -m "[Automated] Bump version" tag_name="CI/${{ steps.version.outputs.next_tag }}" + echo $tag_name git tag -a $tag_name -m "nightly build" - name: Push to protected main branch