update buildscript to commit changes to main
parent
d5ae25a52c
commit
932f935b88
|
|
@ -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,14 +34,7 @@ jobs:
|
||||||
VERSION: ${{github.ref_name}}
|
VERSION: ${{github.ref_name}}
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Update base
|
- uses: stefanzweifel/git-auto-commit-action@v7
|
||||||
uses: Andro999b/push@v1.3
|
|
||||||
with:
|
|
||||||
message: 'chore: autopublish ${date}'
|
|
||||||
branch: 'main'
|
|
||||||
author_email: 'no@example.org'
|
|
||||||
github_token: '${{secrets.GITHUB_TOKEN}}
|
|
||||||
|
|
||||||
|
|
||||||
- name: Package build output
|
- name: Package build output
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue