Skip to content

Commit 56b6674

Browse files
committed
fix: add github global config in workflow
1 parent 30adf8a commit 56b6674

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
node-version: 16
2828
registry-url: https://registry.npmjs.org/
2929
scope: '@didik-mulyadi'
30+
- run: git config --global user.name "didikmulyad as github action"
31+
- run: git config --global user.email "didikmulyadi12@gmail.com"
3032
- run: npm version ${{ github.event.release.tag_name }}
3133
- run: npm ci
3234
- run: npm publish --access public

0 commit comments

Comments
 (0)