update buildscript to commit changes to main

pull/64/head
macniel 2025-10-31 15:46:22 +01:00
parent db8ad0a83f
commit 1ba4d340f8
1 changed files with 2 additions and 3 deletions

View File

@ -7,6 +7,8 @@ on:
jobs: jobs:
build: build:
runs-on: node-01 runs-on: node-01
permissions:
contents: write
steps: steps:
- name: Print Tag - name: Print Tag
run: | run: |
@ -32,9 +34,6 @@ jobs:
VERSION: ${{github.ref_name}} VERSION: ${{github.ref_name}}
run: npm run build run: npm run build
- name: Auto Commit
uses: stefanzweifel/git-auto-commit-action@v7
- name: Package build output - name: Package build output
run: | run: |
cd ./dist cd ./dist