update buildscript to commit changes to main

pull/64/head
macniel 2025-10-31 15:43:01 +01:00
parent d5ae25a52c
commit 932f935b88
1 changed files with 3 additions and 8 deletions

View File

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