1
0
Fork 0

bumped version and changed variable names

This commit is contained in:
Kim, Jimin 2021-08-14 22:50:26 +09:00
parent 33db49887e
commit 0ef82998bf

View file

@ -33,16 +33,17 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- uses: webfactory/ssh-agent@v0.5.0
- uses: webfactory/ssh-agent@v0.5.3
with:
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}
- name: Release to GitHub Pages
env:
USE_SSH: true
GIT_USER: git
GIT_USER: developomp
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --global user.email "developomp@github.com"
git config --global user.name "llama-bot"
git config --global user.name "developomp"
if [ -e yarn.lock ]; then
yarn install --frozen-lockfile
elif [ -e package-lock.json ]; then