From 1ba4d340f89b8f639499939b6a586367a045c860 Mon Sep 17 00:00:00 2001 From: macniel Date: Fri, 31 Oct 2025 15:46:22 +0100 Subject: [PATCH] update buildscript to commit changes to main --- .gitea/workflows/release.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 76bce82e..96486155 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -7,6 +7,8 @@ on: jobs: build: runs-on: node-01 + permissions: + contents: write steps: - name: Print Tag run: | @@ -32,9 +34,6 @@ jobs: VERSION: ${{github.ref_name}} run: npm run build - - name: Auto Commit - uses: stefanzweifel/git-auto-commit-action@v7 - - name: Package build output run: | cd ./dist