From 4878d5e9aa6d7c55b4438acf58d0562a9bd43eed Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Tue, 14 Mar 2023 14:39:01 -0700 Subject: [PATCH] Comment out conditional --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 62d4197..8692eee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: js_engine: 'uglify-js' - name: Commit Distribution Files uses: stefanzweifel/git-auto-commit-action@v4 - if: ${{ github.event_name == 'release' }} + #if: ${{ github.event_name == 'release' }} with: repository: 'dist' commit_message: "Github Action: JS Distribution files"