Skip to content

Commit 4098d74

Browse files
committed
added config
1 parent e9de092 commit 4098d74

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
with:
2626
node-version: 18
2727
- run: yarn && yarn build
28+
- run: git config --global user.name "${{ github.actor }}"
29+
- run: git config --global user.email "github-action-${{ github.actor }}@users.noreply.github.com"
2830
- name: 'change version'
2931
uses: reedyuk/npm-version@1.1.1
3032
with:

0 commit comments

Comments
 (0)