Comment out conditional

This commit is contained in:
Melissa LeBlanc-Williams 2023-03-14 14:39:01 -07:00
parent 8a3a818f4c
commit 4878d5e9aa

View file

@ -29,7 +29,7 @@ jobs:
js_engine: 'uglify-js' js_engine: 'uglify-js'
- name: Commit Distribution Files - name: Commit Distribution Files
uses: stefanzweifel/git-auto-commit-action@v4 uses: stefanzweifel/git-auto-commit-action@v4
if: ${{ github.event_name == 'release' }} #if: ${{ github.event_name == 'release' }}
with: with:
repository: 'dist' repository: 'dist'
commit_message: "Github Action: JS Distribution files" commit_message: "Github Action: JS Distribution files"