echo ${ secrets.PACKAGES_USER }

This commit is contained in:
miwr 2025-04-08 13:02:14 +02:00
parent 712f6cf083
commit ff62e60287

View file

@ -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"