Skip to content

Commit

Permalink
chore: use Github bot as Git user (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiashermsen authored Dec 3, 2024
1 parent fe2c362 commit 3fc8c2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Setup Git user
if: ${{ steps.get_next_version.outputs.hasNextVersion == 'true' }}
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Create new tag
if: ${{ steps.get_next_version.outputs.hasNextVersion == 'true' }}
Expand Down

0 comments on commit 3fc8c2c

Please sign in to comment.