Skip to content

Commit

Permalink
remove git identity
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-m-song committed Oct 22, 2023
1 parent 874f971 commit d568e4f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ jobs:
go vet ./...
go test ./...
- name: Configure git identity
run: |
git config --set user.name ${{ github.actor.name }}
git config --set user.email ${{ github.actor.email }}
- name: Get last tag
id: last
run: |
Expand Down

0 comments on commit d568e4f

Please sign in to comment.