diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index d7f3754..f092a0b 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -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