Always update dist

This commit is contained in:
Melissa LeBlanc-Williams 2023-03-14 15:01:26 -07:00
parent 7a8abf4ce4
commit 69557e8019

View file

@ -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'