Always update dist
This commit is contained in:
parent
7a8abf4ce4
commit
69557e8019
1 changed files with 0 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -5,7 +5,6 @@ on:
|
|||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
release:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
@ -28,7 +27,6 @@ jobs:
|
|||
directory: 'dist'
|
||||
js_engine: 'uglify-js'
|
||||
- name: Commit Distribution Files
|
||||
if: ${{ github.event_name == 'release' }}
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
repository: 'dist'
|
||||
|
|
|
|||
Loading…
Reference in a new issue