Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2021-12-15 15:01:53 +0300
committerGitHub <noreply@github.com>2021-12-15 15:01:53 +0300
commit75bccb3b45a87a298e0ea4e66baa6763831279d4 (patch)
tree88d53635507a0cbb082022c2897edfa37468c419
parent1dc7e4b35dba4108424ec3a0bbebbc3b14ec148f (diff)
parentf00c002683697f4c183c5a399c59151cf6f47803 (diff)
Merge pull request #5855 from nextcloud/backport/5854/stable1.11v1.11.3
[stable1.11] Add composer 1 on appstore
-rw-r--r--.github/workflows/appstore-build-publish.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/appstore-build-publish.yml b/.github/workflows/appstore-build-publish.yml
index 236404c34..fb589e9ee 100644
--- a/.github/workflows/appstore-build-publish.yml
+++ b/.github/workflows/appstore-build-publish.yml
@@ -22,7 +22,7 @@ jobs:
steps:
- name: Set app env
run: |
- # Split and keep last
+ # Split and keep last
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
echo "APP_VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV
@@ -64,6 +64,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ env.PHP_VERSION }}
+ tools: composer:v1
coverage: none
- name: Check composer.json