Skip to content

Commit b4dd580

Browse files
committed
Update release.yml
1 parent 1ac2f0f commit b4dd580

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
@@ -42,6 +42,8 @@ jobs:
4242

4343
- name: Force move the tag to the current commit
4444
run: |
45+
git config user.name "github-actions[bot]"
46+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
4547
git tag -fa ${{ github.event.release.tag_name }}
4648
git push --tags
4749

0 commit comments

Comments
 (0)