From 2872aa743e7f8af7e7ff5828d77020112aa4dfff Mon Sep 17 00:00:00 2001 From: macniel Date: Fri, 31 Oct 2025 15:29:57 +0100 Subject: [PATCH] update buildscript to commit changes to main --- .gitea/workflows/release.yaml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index bd904091..23906889 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -32,6 +32,16 @@ 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' + author_name: 'autobot' + github_token: ${{ secrets.GITHUB_TOKEN }} + + - name: Package build output run: | cd ./dist @@ -43,6 +53,4 @@ jobs: with: server_url: https://git.macniel.online files: | - /tmp/release.zip - ./dist/system.json - + /tmp/release.zip \ No newline at end of file