Skip to content

Commit

Permalink
Merge pull request #75 from friends-of-presta/dev
Browse files Browse the repository at this point in the history
merge dev into master
  • Loading branch information
jf-viguier authored Dec 8, 2020
2 parents 0ab3a3d + ff510bf commit 7a8765c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/release_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ jobs:
with:
lfs: true

- name: "Setup PHP"
uses: shivammathur/setup-php@v2
with:
php-version: '7.2'

- name: "Composer install"
run: "composer install --ansi --prefer-dist --no-interaction --no-progress --quiet"

- name: "Prepare files"
run: |
mkdir newdir
Expand All @@ -34,7 +42,7 @@ jobs:
uses: thedoctor0/zip-release@master
with:
filename: '${{ env.ZIP_FILE }}'
exclusions: '*.git* README.md config_de.xml config.xml'
exclusions: '*.git* README.md config_*.xml config.xml .php_cs_dist'
type: 'zip'

- uses: "marvinpinto/action-automatic-releases@latest"
Expand Down
Binary file modified logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7a8765c

Please sign in to comment.