Skip to content

Commit

Permalink
Merge pull request #42 from nation3/refactor-deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
aahna-ashina authored May 21, 2024
2 parents 356679e + 65dae0a commit 3588684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
GIT_USER: git
run: |
git config --global user.email "[email protected]"
git config --global user.name "luisivan"
git config --global user.name "nation3"
if [ -e yarn.lock ]; then
yarn install --frozen-lockfile
elif [ -e package-lock.json ]; then
Expand Down

0 comments on commit 3588684

Please sign in to comment.