Skip to content

Commit

Permalink
attempt publish workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheong01 committed Sep 9, 2024
1 parent 8219cfe commit d1d56a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1d56a1

Please sign in to comment.