fix: (hopefully) fix CI script
This commit is contained in:
parent
3ae70069b3
commit
e9438bc462
1 changed files with 5 additions and 2 deletions
7
.github/workflows/release-handler.yml
vendored
7
.github/workflows/release-handler.yml
vendored
|
@ -14,10 +14,13 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Build Plugin
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
composer install --no-dev --optimize-autoloader
|
||||
composer run build
|
||||
|
||||
- name: Build Plugin
|
||||
run: |
|
||||
composer run build -- -y
|
||||
|
||||
- name: Create release archive
|
||||
uses: montudor/action-zip@v0.1.0
|
||||
|
|
Reference in a new issue