This commit is contained in:
parent
ca1ca1973c
commit
8f049d6edc
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ jq ".version = \"$new_version\"" package.json > temp.json && mv temp.json packag
|
||||||
|
|
||||||
# echo ${secrets.PACKAGES_USER}
|
# echo ${secrets.PACKAGES_USER}
|
||||||
git config --global user.name giteaAdmin
|
git config --global user.name giteaAdmin
|
||||||
|
git config --global user.email gitea@local.domain
|
||||||
git add package.json
|
git add package.json
|
||||||
echo "adding succeeded"
|
echo "adding succeeded"
|
||||||
git commit -m "Bump version to $new_version"
|
git commit -m "Bump version to $new_version"
|
||||||
|
|
Loading…
Reference in a new issue