Skip to content

Commit 5d938d4

Browse files
committed
ci: fix author/email for release
1 parent e3bff71 commit 5d938d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
- name: tag
6363
run: |
6464
git config --local user.name ${{ github.actor }}
65+
git config --local user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
6566
6667
# Add the new version in package.json file
6768
sed -i "s#version\":\ \"\(.*\)\",#version\":\ \"${{ steps.TAG_UTIL.outputs.extVersion }}\",#g" package.json

0 commit comments

Comments
 (0)