diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 911ffa2..11ac960 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,6 @@ jobs: - name: Run Python tests run: | poetry run pytest --cov - - - name: Git configuration run: | git config --global user.email "bot@example.com"