Skip to content

Commit

Permalink
Update pr_tag_commit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zpl-zak committed Feb 25, 2025
1 parent ed4940e commit 6c5afff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_tag_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Commit version bump
run: |
git config user.name "GitHub Actions"
git config user.email "[email protected]"
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
Expand Down

0 comments on commit 6c5afff

Please sign in to comment.