diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6111ae1d..86d55d57 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -43,5 +43,7 @@ jobs: - name: Push tag run: | + git config user.name "pytest bot" + git config user.email "pytestbot@gmail.com" git tag --annotate --message=v${{ github.event.inputs.version }} v${{ github.event.inputs.version }} ${{ github.sha }} git push origin v${{ github.event.inputs.version }}