echo tag name in ci

This commit is contained in:
Milan Kolar 2021-09-23 09:11:29 +01:00
parent 993b1dfe55
commit 97ed419fc9

View file

@ -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