добавление изменения версии в репозитории alr-default + сборка бинарников для релиза
Some checks failed
Create Release / changelog (push) Failing after 33s

This commit is contained in:
2025-05-17 18:54:59 +03:00
parent 408bd12302
commit 38b5e6f581

View File

@ -80,6 +80,7 @@ jobs:
cd /tmp/alr-default
git config user.name "gitea"
git config user.email "admin@plemya-x.ru"
git remote set-url origin https://gitea:${{ secrets.GITEAPUBLIC }}@gitea.plemya-x.ru/Plemya-x/alr-default.git
git add .
git commit -m "Обновление версии до ${{ env.VERSION }}"
git push origin master