echo ${email}

echo ${user}
This commit is contained in:
miwr 2025-04-08 12:49:57 +02:00
parent b01443b5cc
commit 5486e91f7f

View file

@ -16,6 +16,8 @@ echo "New version: $new_version"
jq ".version = \"$new_version\"" package.json > temp.json && mv temp.json package.json
# Optional: Commit and tag
echo ${email}
echo ${user}
git config --global user.email ${email}
git config --global user.name ${user}
echo ${email}