Skip to content

Commit

Permalink
chore(ci): set git identity before running tag script
Browse files Browse the repository at this point in the history
- Configure git user.email and user.name for the GitHub Actions bot
- Ensure proper git configuration for automated tag creation
  • Loading branch information
godcong committed Nov 26, 2024
1 parent 19c0eeb commit be630b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/after_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:

- name: Run tag script
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
chmod +x ./scripts/tag.sh
./scripts/tag.sh
Expand Down

0 comments on commit be630b6

Please sign in to comment.