Skip to content

Commit 8074b29

Browse files
committed
chore
1 parent 6c59f31 commit 8074b29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ jobs:
1616
with:
1717
node-version: 14
1818
registry-url: https://registry.npmjs.org/
19+
- run: git config user.name 'github-actions[bot]'
20+
- run: git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
1921
- run: npm install
2022
- run: NPM_TOKEN=ae50ac17-ef69-4609-bf64-d20038085641 npm publish

0 commit comments

Comments
 (0)