Skip to content

Commit

Permalink
Update nextjs-prod-CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MinhoJJang authored Aug 8, 2024
1 parent aa10f8f commit 04330c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextjs-prod-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git config user.name MinhoJJang
git config user.email ahchjang@naver.com
git tag ${{ steps.bump_version.outputs.NEW_TAG }}
git push https://${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git ${{ steps.bump_version.outputs.NEW_TAG }}
Expand Down

0 comments on commit 04330c5

Please sign in to comment.