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"