update buildscript to commit changes to main
parent
d5ae25a52c
commit
932f935b88
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue