Revert "Update release scripts"

This reverts commit 2336994aba.
This commit is contained in:
Taiki Endo
2023-04-03 06:41:57 +09:00
parent 02416c9844
commit 7282cc8708
4 changed files with 52 additions and 99 deletions

View File

@@ -3,15 +3,6 @@ set -euxo pipefail
IFS=$'\n\t'
cd "$(dirname "$0")"/..
bail() {
echo >&2 "error: $*"
exit 1
}
if [[ -z "${CI:-}" ]]; then
bail "this script is intended to call from release workflow on CI"
fi
git config user.name "Taiki Endo"
git config user.email "te316e89@gmail.com"