Skip to content

Commit 6b345ea

Browse files
authored
Update publish-node.js.yml
1 parent 18cd9d9 commit 6b345ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-node.js.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
with:
1818
node-version: 16
1919
cache: 'npm'
20+
- run: git config --global user.name "GitHub CD bot"
21+
- run: git config --global user.email "github-cd-bot@example.com"
2022
- run: npm version ${{ github.event.release.tag_name }}
2123
- run: npm publish
2224
env:

0 commit comments

Comments
 (0)