update buildscript to commit changes to main
parent
db8ad0a83f
commit
1ba4d340f8
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue