build: s/set/setopt

This commit is contained in:
dusk 2024-10-23 08:29:21 +09:00
parent e86cfc1d23
commit 24c7019a33
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw

View File

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