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