diff --git a/update-version.sh b/update-version.sh index 6023cc5..7ee5fe5 100644 --- a/update-version.sh +++ b/update-version.sh @@ -17,6 +17,7 @@ jq ".version = \"$new_version\"" package.json > temp.json && mv temp.json packag # Optional: Commit and tag +echo ${ secrets.PACKAGES_USER } git config --global user.name ${{ secrets.PACKAGES_USER }} git add package.json echo "adding succeeded"