From 5c6d588b04e3eca90c643d2730d91e67d236d583 Mon Sep 17 00:00:00 2001 From: macniel Date: Fri, 31 Oct 2025 15:51:46 +0100 Subject: [PATCH] update buildscript to commit changes to main --- .gitea/workflows/release.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index e2c26ef8..14da942c 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -41,7 +41,10 @@ jobs: mv release.zip /tmp/release.zip - name: Auto Commit - uses: stefanzweifel/git-auto-commit-action@v7 + run: | + git add . + git commit -m "auto commit" + git push - name: Package Upload uses: akkuman/gitea-release-action@v1