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