Skip to content

Commit ab4ea5d

Browse files
authored
chore: set git identity for package bump workflow (#727)
1 parent 066b51c commit ab4ea5d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/bump-package-version.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
with:
3434
node-version: '24'
3535

36+
- name: Configure git identity
37+
run: |
38+
git config user.name "github-actions[bot]"
39+
git config user.email "github-actions[bot]@users.noreply.github.com"
40+
3641
- name: Bump version
3742
run: ./bump-package-version.sh "${{ inputs.package }}" "${{ inputs.version }}"
3843

0 commit comments

Comments
 (0)