Skip to content

Commit f0e5843

Browse files
Merge pull request #14843 from nextcloud/backport/14842/stable31
[stable31] ci: Generate authoritative classmap again
2 parents 9ef2eb5 + 786c48b commit f0e5843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/appstore-build-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
if: steps.check_composer.outputs.files_exists == 'true'
9090
run: |
9191
cd ${{ env.APP_NAME }}
92-
composer install --no-dev
92+
composer install --no-dev --classmap-authoritative
9393
9494
- name: Build ${{ env.APP_NAME }}
9595
# Skip if no package.json

0 commit comments

Comments
 (0)