fix: Use kubevirt-bot in release workflow

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
Felix Matouschek
2023-08-09 10:14:01 +02:00
parent 6c3aad2f82
commit c42749e9d1

View File

@@ -76,8 +76,8 @@ jobs:
- name: Create release tag
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git config user.name kubevirt-bot
git config user.email kubevirtbot@redhat.com
git tag -a ${{ steps.get_version.outputs.TAG_VERSION }} -m "Release v${{ steps.get_version.outputs.TAG_VERSION }}" || true
git push origin --tags