echo ${email}
echo ${user}
This commit is contained in:
parent
b01443b5cc
commit
5486e91f7f
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ echo "New version: $new_version"
|
||||||
jq ".version = \"$new_version\"" package.json > temp.json && mv temp.json package.json
|
jq ".version = \"$new_version\"" package.json > temp.json && mv temp.json package.json
|
||||||
|
|
||||||
# Optional: Commit and tag
|
# Optional: Commit and tag
|
||||||
|
echo ${email}
|
||||||
|
echo ${user}
|
||||||
git config --global user.email ${email}
|
git config --global user.email ${email}
|
||||||
git config --global user.name ${user}
|
git config --global user.name ${user}
|
||||||
echo ${email}
|
echo ${email}
|
||||||
|
|
Loading…
Reference in a new issue