1
0
Fork 0

attempt to fix gh workflow

This commit is contained in:
Kim, Jimin 2021-08-15 10:01:58 +09:00
parent 5fd4e98118
commit acfc46bec8

View file

@ -42,7 +42,7 @@ jobs:
USE_SSH: true
GIT_USER: developomp
run: |
git config --global user.email "developomp@github.com"
git config --global user.email "developomp@gmail.com"
git config --global user.name "developomp"
if [ -e yarn.lock ]; then
yarn install --frozen-lockfile