1
0
Fork 0

fix release script

This commit is contained in:
Kim, Jimin 2022-11-20 18:16:20 +09:00
parent 980e1502ac
commit 9dbd45c5e0

View file

@ -59,7 +59,7 @@ jobs:
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add index.html
git add POMP.osk
git commit -m "auto deploy from workflow"
- name: Push changes