From 1bfd33815b85f75130b7f9010049fb8198404b15 Mon Sep 17 00:00:00 2001 From: Stefan Vukovic Date: Thu, 23 May 2024 18:25:53 +0200 Subject: [PATCH] try configuring git to allow auto tagging --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 64497de..1e5967e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,6 +35,11 @@ jobs: - name: Run auto.sh script run: ./auto.sh Albanian English + + - name: Configure git + run: | + git config --global user.name "github-actions[bot]" + git config --global user.email "github-actions[bot]@users.noreply.github.com" - name: Tag the repository id: tag