diff --git a/.github/workflows/release_testutils.yml b/.github/workflows/release_testutils.yml index 9bc007d3..3bd0054a 100644 --- a/.github/workflows/release_testutils.yml +++ b/.github/workflows/release_testutils.yml @@ -43,13 +43,8 @@ jobs: fi echo "Podspec version matches the input version." - - name: Configure Git - run: | - git config --global user.email "github-actions[bot]@users.noreply.github.com" - git config --global user.name "github-actions[bot]" - - name: Create Git Tag - # if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/main' env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: |