From 932f935b88dccad90c4e4c3acb0b7236e28a00ab Mon Sep 17 00:00:00 2001 From: macniel Date: Fri, 31 Oct 2025 15:43:01 +0100 Subject: [PATCH] update buildscript to commit changes to main --- .gitea/workflows/release.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index cc9ee0bc..01e49f1c 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,14 +34,7 @@ jobs: VERSION: ${{github.ref_name}} run: npm run build - - name: Update base - uses: Andro999b/push@v1.3 - with: - message: 'chore: autopublish ${date}' - branch: 'main' - author_email: 'no@example.org' - github_token: '${{secrets.GITHUB_TOKEN}} - + - uses: stefanzweifel/git-auto-commit-action@v7 - name: Package build output run: |