build: push regardless of commit
All checks were successful
create archive with lfs / tag (push) Successful in 4s

This commit is contained in:
dusk 2025-02-07 06:07:35 +09:00
parent 51d9648df2
commit 3d5d808c9a
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw

View File

@ -2,7 +2,7 @@
set -x
git commit -m "$1" && git push
git commit -m "$1"; git push
git tag -f latest && git push -f --tags
cd $HOME/ark