update buildscript to commit changes to main
parent
db8ad0a83f
commit
1ba4d340f8
|
|
@ -7,6 +7,8 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: node-01
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- name: Print Tag
|
||||
run: |
|
||||
|
|
@ -32,9 +34,6 @@ jobs:
|
|||
VERSION: ${{github.ref_name}}
|
||||
run: npm run build
|
||||
|
||||
- name: Auto Commit
|
||||
uses: stefanzweifel/git-auto-commit-action@v7
|
||||
|
||||
- name: Package build output
|
||||
run: |
|
||||
cd ./dist
|
||||
|
|
|
|||
Loading…
Reference in New Issue