Skip to content

Commit ff48e12

Browse files
committed
Merge branch 'feature/deploy-automation' into release/0.9.1-RC.1
2 parents c0fbd82 + 3e60fc2 commit ff48e12

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/publish.nextcloud-app-store.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@ jobs:
3737
3838
sVersion="${{ github.event.release.tag_name }}"
3939
checkAppInfoVersion "${sVersion}" "${PWD}"
40-
- name: Install Dependencies
41-
uses: "docker://composer"
40+
- uses: shivammathur/setup-php@v2
4241
with:
43-
args: composer --working-dir=solid/ install --no-dev
42+
php-version: 8.2
43+
- uses: "ramsey/composer-install@v2"
44+
with:
45+
composer-options: --working-dir=solid/ install --no-dev
4446
- name: Publish to Nextcloud App Store
4547
run: |
4648
source ./bin/publish-to-nextcloud-store.sh

0 commit comments

Comments
 (0)