Skip to content

Commit 264b711

Browse files
committed
fix: rename bot user name to daniel barion
1 parent 521b350 commit 264b711

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/beta-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727

2828
- name: Setup git credentials
2929
run: |
30-
git config --global user.name 'github-actions[bot]'
31-
git config --global user.email 'auto-release-bot@users.noreply.github.com'
30+
git config --global user.name 'danielbarion'
31+
git config --global user.email 'danielbarionn@gmail.com'
3232
3333
- name: Get current package.json version
3434
run: echo "PACKAGE_VERSION=$(npm pkg get version)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)