diff --git a/.github/workflows/pr_tag_commit.yml b/.github/workflows/pr_tag_commit.yml index 475ddf9fa..a342d73bb 100644 --- a/.github/workflows/pr_tag_commit.yml +++ b/.github/workflows/pr_tag_commit.yml @@ -22,8 +22,8 @@ jobs: - name: Commit version bump run: | - git config user.name "GitHub Actions" - git config user.email "actions@github.com" + git config user.name "MafiaHub CI" + git config user.email "${{ secrets.MHCI_MAIL }}" git add VERSION || true git diff-index --quiet HEAD || git commit -m "ci: bump version to $(cat VERSION) [skip ci]" || true git push origin HEAD:develop --follow-tags || true