Skip to content

Commit 2fcd817

Browse files
committed
fix(ci): align development release packaging
1 parent 2626fa4 commit 2fcd817

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/scripts/build-easylib-package.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747

4848
$zip = new PharData($zipPath);
4949
foreach ([
50+
'plugin.yml',
5051
'package.yml',
5152
'src',
5253
'resources',

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Install Composer dependencies
3838
if: ${{ hashFiles('composer.json') != '' }}
39-
run: composer install --prefer-dist --no-interaction --no-progress
39+
run: composer install --prefer-dist --no-interaction --no-progress --ignore-platform-req='ext-*'
4040

4141
- name: Run quality checks
4242
if: ${{ hashFiles('composer.json') != '' }}

package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id: libform
22
name: LibForm
3-
version: 2.0.0
3+
version: 2.0.0-dev
44
type: classpath
55
api: 1
66
namespace: imperazim\form

plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: LibForm
2-
version: 2.0.0
2+
version: 2.0.0-dev
33

44
authors:
55
- ImperaZim

0 commit comments

Comments
 (0)