Skip to content

Commit

Permalink
ci [release]: add name and email
Browse files Browse the repository at this point in the history
  • Loading branch information
Divkix committed Sep 4, 2022
1 parent d37d8ac commit 53bf7df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
go-version: 1.19
- name: Create and Push Tag
run: |-
git config --global user.email "23524935+Divkix@users.noreply.github.com"
git config --global user.name "Divanshu Chauhan"
tag=${{ github.event.inputs.tag }} # if triggered by workflow_dispatch
if [ -z "$tag" ]; then
tag=${GITHUB_REF#refs/tags/}
Expand Down

0 comments on commit 53bf7df

Please sign in to comment.