From 72a228147e9c305dc3185b70856dcbca28f95244 Mon Sep 17 00:00:00 2001 From: Jake <55350092+anjm1020@users.noreply.github.com> Date: Sat, 10 Aug 2024 17:29:43 +0900 Subject: [PATCH] fix: add git config --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e209e1..e40188b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,9 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout repository - uses: actions/checkout@v3 - - run: | + - name: Checkout repository + run: | git config --global user.name ${{ secrets.GIT_USERNAME }} git config --global user.name ${{ secrets.GIT_USERMAIL }}