From 2b336138014e6fd1e8a6a6b772009e66bb1778d4 Mon Sep 17 00:00:00 2001 From: macniel Date: Fri, 31 Oct 2025 15:44:12 +0100 Subject: [PATCH] update buildscript to commit changes to main --- .gitea/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 01e49f1c..8676b50d 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -34,7 +34,8 @@ jobs: VERSION: ${{github.ref_name}} run: npm run build - - uses: stefanzweifel/git-auto-commit-action@v7 + - name: Auto Commit + uses: stefanzweifel/git-auto-commit-action@v7 - name: Package build output run: |