diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index ac9ae5c..e70beef 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -25,8 +25,6 @@ jobs: - run: npm ci - run: npm run changelog - name: Commit and push changelog - env: - GIT_CONFIG_GLOBAL: /dev/null run: | git config --global user.name 'github-actions[bot]' git config --global user.email 'github-actions[bot]@users.noreply.github.com'