Skip to content

Commit 93c4603

Browse files
authored
Update release-branch.yml (#991)
1 parent 25921cd commit 93c4603

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-branch.yml

+2
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ jobs:
128128
go install github.com/goreleaser/nfpm/v2/cmd/[email protected]
129129
- name: Tag release
130130
run: |
131+
git config --global user.name 'github-actions'
132+
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
131133
git tag -a "v${{env.VERSION}}" -m "CI Autogenerated"
132134
git tag -a "sdk/v${{env.VERSION}}" -m "CI Autogenerated"
133135
- name: Push Tags

0 commit comments

Comments
 (0)