diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index b47ac48..e1e7941 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -11,6 +11,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - name: Configure Git + run: | + git config --global user.name "Lumigo Bot" + git config --global user.email "bot@lumigo.io" + - name: Read versions.yaml id: read-version run: |