From c4ec1bec8f6028135b344f31de1d77a3b8e91ac2 Mon Sep 17 00:00:00 2001 From: Titouan Launay Date: Tue, 30 Jan 2024 20:22:11 -0800 Subject: [PATCH] Remove unnecessary Git configuration --- .github/workflows/release.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c008403..1754a0c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,10 +23,6 @@ jobs: - run: npm run build working-directory: ./ - run: git config --list - - name: Configure Git - run: | - git config --global user.name "GitHub Actions" - git config --global user.email "actions@github.com" - run: ls - run: npm version patch -m "Bump version to %s [skip ci]" --verbose working-directory: ./