This commit is contained in:
miwr 2025-04-08 13:05:45 +02:00
parent 5f4b653765
commit 0369df9179

View file

@ -17,8 +17,8 @@ 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 }}
# echo ${secrets.PACKAGES_USER}
# git config --global user.name ${{ secrets.PACKAGES_USER }}
git add package.json
echo "adding succeeded"
git commit -m "Bump version to $new_version"