Skip to content

Commit c1f2613

Browse files
committed
modify release action
Signed-off-by: jorgee <[email protected]>
1 parent a6e023d commit c1f2613

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727

2828
- name: Create Git Tag
2929
run: |
30+
git config user.name "${GITHUB_ACTOR}"
31+
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
3032
VERSION=$(cat VERSION)
3133
git tag -a v$VERSION -m "Release v$VERSION"
3234
git push origin v$VERSION

0 commit comments

Comments
 (0)