update buildscript to commit changes to main

pull/64/head
macniel 2025-10-31 15:29:57 +01:00
parent b4e614ec74
commit 2872aa743e
1 changed files with 11 additions and 3 deletions

View File

@ -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