diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 920c2e6..8376e9f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,8 +21,8 @@ jobs: - name: Configure Git run: | - git config user.name "techvelocity-ci" - git config user.email "techvelocity+ci@users.noreply.github.com" + git config user.name "${{ github.actor }}" + git config user.email "${{ github.actor }}@users.noreply.github.com" - name: Install Helm uses: azure/setup-helm@v3