update buildscript to commit changes to main
parent
b4e614ec74
commit
2872aa743e
|
|
@ -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
|
||||
Loading…
Reference in New Issue