diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 89a1a51..d0da234 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,6 +33,11 @@ jobs: python -m pip install --upgrade pip python -m pip install requests build twine toml + - name: Configure Git + run: | + git config --global user.name "GitHub Actions" + git config --global user.email "actions@github.com" + - name: Run release script env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}