Fixed build.yml bug

This commit is contained in:
SwingTheVine 2025-07-29 06:18:59 -04:00
parent e6967517b7
commit e6c48d99e6

View file

@ -103,7 +103,7 @@ jobs:
git add package.json
git add docs/README.md
git commit -m "Bumped version; ${{ steps.get-commit-message.outputs.MSG }}" || echo "No changes to commit"
git push
git push --set-upstream origin auto
# Updates the requirement link SHA
update-requirements: