Skip to content

Commit

Permalink
build: git config user 세팅
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonny-Cho committed Nov 4, 2023
1 parent 605614f commit 4b9d09c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: npm run deploy
- run: |
git config --global user.name "Jonny-Cho"
git config --global user.email "[email protected]"
npm ci
npm run deploy

0 comments on commit 4b9d09c

Please sign in to comment.