From 214ea172ec37dcf4bc6e63ee693128e3e7e6db77 Mon Sep 17 00:00:00 2001 From: Champ Camba Date: Mon, 10 Jul 2023 19:38:57 +0800 Subject: [PATCH] Tweak zip release --- .github/workflows/zip-release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/zip-release.yml b/.github/workflows/zip-release.yml index a1637f9..98af4e8 100644 --- a/.github/workflows/zip-release.yml +++ b/.github/workflows/zip-release.yml @@ -24,7 +24,9 @@ jobs: command: install --no-progress --no-dev --optimize-autoloader --ignore-platform-req=ext-exif --ignore-platform-req=ext-gd - name: Install Block Emails Dependencies working-directory: ./um-block-emails - run: composer install --prefer-dist --no-dev + run: | + composer install --prefer-dist --no-dev + git rm .gitignore - name: Commit files run: | git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"