Compare commits

...

2 Commits

Author SHA1 Message Date
85bef3d9f5
build: its set -x not set +x sob
All checks were successful
create archive with lfs / tag (push) Successful in 9s
2024-10-23 08:30:01 +09:00
24c7019a33
build: s/set/setopt 2024-10-23 08:29:21 +09:00

View File

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