From d1d56a1eeac26e9716124a7b940aa2279c8e251a Mon Sep 17 00:00:00 2001 From: Minsoo Cheong Date: Mon, 9 Sep 2024 11:14:14 +0900 Subject: [PATCH] attempt publish workflow fix --- .github/workflows/publish-release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 98c576c..318a8fb 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -23,6 +23,10 @@ jobs: with: fetch-depth: 0 token: ${{ secrets.PAT }} + run: | + git config --global user.name "mscheong01" + git config --global user.email "icycle0409@snu.ac.kr" + git remote set-url origin https://x-access-token:${{ secrets.PAT }}@github.com/${{ github.repository }} - name: Get Previous tag id: previous_tag