update buildscript to commit changes to main
parent
b4e614ec74
commit
2872aa743e
|
|
@ -32,6 +32,16 @@ jobs:
|
||||||
VERSION: ${{github.ref_name}}
|
VERSION: ${{github.ref_name}}
|
||||||
run: npm run build
|
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
|
- name: Package build output
|
||||||
run: |
|
run: |
|
||||||
cd ./dist
|
cd ./dist
|
||||||
|
|
@ -43,6 +53,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
server_url: https://git.macniel.online
|
server_url: https://git.macniel.online
|
||||||
files: |
|
files: |
|
||||||
/tmp/release.zip
|
/tmp/release.zip
|
||||||
./dist/system.json
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue