From d568e4faa800de7aeff7da8c6bbe66a402ed155c Mon Sep 17 00:00:00 2001 From: Hans Song Date: Sun, 22 Oct 2023 21:26:19 +1000 Subject: [PATCH] remove git identity --- .github/workflows/release.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 48c8412..afbe154 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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: |