Skip to content

Commit 29b76c6

Browse files
committed
restore setting git user/email
1 parent 0ec2d2d commit 29b76c6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/npm_publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
with:
1515
node-version: '24'
1616
registry-url: 'https://registry.npmjs.org'
17+
- run: git config --global user.name ${{ github.actor }}
18+
- run: git config --global user.email "github-action-${{ github.actor }}.users.noreply.github.com"
1719
- run: npm ci
1820
- run: |
1921
if

0 commit comments

Comments
 (0)