We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25921cd commit 93c4603Copy full SHA for 93c4603
.github/workflows/release-branch.yml
@@ -128,6 +128,8 @@ jobs:
128
go install github.com/goreleaser/nfpm/v2/cmd/[email protected]
129
- name: Tag release
130
run: |
131
+ git config --global user.name 'github-actions'
132
+ git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
133
git tag -a "v${{env.VERSION}}" -m "CI Autogenerated"
134
git tag -a "sdk/v${{env.VERSION}}" -m "CI Autogenerated"
135
- name: Push Tags
0 commit comments