Don't include dev packages in the preview build
This commit is contained in:
parent
7af26306f6
commit
906c88273f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/preview.yml
vendored
3
.github/workflows/preview.yml
vendored
|
@ -12,6 +12,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: php-actions/composer@v6
|
||||
with:
|
||||
dev: false
|
||||
php_version: "8.0"
|
||||
- run: |
|
||||
sudo apt-get install zip -y
|
||||
zip -r AntCMS.zip src
|
||||
|
|
Loading…
Reference in a new issue