добавление изменения версии в репозитории alr-default + сборка бинарников для релиза

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

View File

@ -81,6 +81,7 @@ jobs:
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 remote -v
git add .
git commit -m "Обновление версии до ${{ env.VERSION }}"
git push origin master