Fix remote repository URL in build-and-release workflow
Some checks failed
Texture Pack Packaging and Release / package-and-release (push) Failing after 7s

This commit is contained in:
2025-06-22 02:54:11 +02:00
parent f7bf4b8aea
commit fad40370f7

View File

@ -56,7 +56,7 @@ jobs:
run: | run: |
git config --global user.name "Gitea Actions" git config --global user.name "Gitea Actions"
git config --global user.email "actions@gitea" git config --global user.email "actions@gitea"
git remote set-url origin https://x:${{ secrets.TOKEN }}@git.devbeni.lol/MineDivinity/mhShop.git git remote set-url origin https://x:${{ secrets.TOKEN }}@git.devbeni.lol/MineDivinity/pack.git
- name: Commit version update - name: Commit version update
run: | run: |