Skip to content

Commit 397ad2d

Browse files
committed
Configure git
1 parent b8fbcc7 commit 397ad2d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ jobs:
7070
node-version: 16
7171
timeout-minutes: 5
7272

73+
# Configure git:
74+
- name: 'Configure git'
75+
run: |
76+
git config --local user.email "noreply@stdlib.io"
77+
git config --local user.name "stdlib-bot"
78+
7379
# Increment package version (if requested):
7480
- name: 'Increment package version (if requested)'
7581
if: ${{ github.event.inputs.version != 'none' }}

0 commit comments

Comments
 (0)