Skip to content

Commit

Permalink
chore: use github actions bot creating a release (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILLIPS71 authored Jan 10, 2025
1 parent deb52e1 commit 50facb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ runs:
- name: '🏷️ Configure Git'
shell: bash
run: |
git config --global user.name 'giantnodes-bot'
git config --global user.email 'bot@giantnodes.com'
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
- name: '🏷️ Tag, Commit & Release'
shell: bash
Expand Down

0 comments on commit 50facb1

Please sign in to comment.