build: its set -x not set +x sob
All checks were successful
create archive with lfs / tag (push) Successful in 9s

This commit is contained in:
dusk 2024-10-23 08:30:01 +09:00
parent 24c7019a33
commit 85bef3d9f5
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
setopt +x
set -x
git commit -m "$1" && git push
git tag -f latest && git push -f --tags