Skip to content

Commit

Permalink
Tweak zip release
Browse files Browse the repository at this point in the history
  • Loading branch information
champsupertramp committed Jul 10, 2023
1 parent 0081fc9 commit 214ea17
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/zip-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 214ea17

Please sign in to comment.