Skip to content

Commit 5ddd76b

Browse files
committed
Configure release git user
1 parent f74f985 commit 5ddd76b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
run: npm run format:check
4242
- name: npm auth
4343
run: npm set "//registry.npmjs.org/:_authToken" ${{ env.NPM_TOKEN }}
44+
- name: config git user
45+
run: |
46+
git config --global user.name ${{ secrets.ACTION_GITHUB_USERNAME }};
47+
git config --global user.email ${{ secrets.ACTION_GITHUB_EMAIL }};
4448
- name: perform release
4549
run: |
4650
npm run release -- \

0 commit comments

Comments
 (0)