Release 1.0.1

This commit is contained in:
Taiki Endo
2022-01-05 22:45:21 +09:00
parent 56a03286db
commit 4d0d5ef7c9
3 changed files with 4 additions and 3 deletions

View File

@@ -62,7 +62,6 @@ tools=(
git push origin main
git tag "${tag}"
git push origin --tags
sleep 10
version_tag="v${version%%.*}"
git checkout -b "${version_tag}"