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

github.com/nextcloud/maps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Veyssier <eneiluj@posteo.net>2021-03-22 14:37:25 +0300
committerJulien Veyssier <eneiluj@posteo.net>2021-03-22 14:45:05 +0300
commitce11ba461088f2309e68e12d8e5ab2f785bb4899 (patch)
tree1de86aad06f4c52cd95b34e0666a841be77aefb2
parent1a76b935a2459be64abfbdb86072129d12e45856 (diff)
test release action with a nightlyv0.1.9-3-nightly
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
-rw-r--r--.github/workflows/release.yml4
-rw-r--r--appinfo/info.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 251f7f96..2776a14c 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -57,11 +57,11 @@ jobs:
sed -i $'s|if (substr($fullPath, 0, strlen($root) + 1) === $root . \'/\')|if (is_string($root) and substr($fullPath, 0, strlen($root) + 1) === $root . \'/\')|g' ~/html/nextcloud/lib/autoloader.php
cp -r $GITHUB_WORKSPACE ~/html/nextcloud/apps/${APP_ID}
php ~/html/nextcloud/occ maintenance:install --database "sqlite" --admin-user "admin" --admin-pass "password"
- php ~/html/nextcloud/occ app:enable ${APP_ID}
- php ~/html/nextcloud/occ maintenance:mode --off
cd ~/html/nextcloud/apps/${APP_ID}
echo "###### make"
webserveruser=runner occ_dir=~/html/nextcloud make > /dev/null
+ php ~/html/nextcloud/occ app:enable ${APP_ID}
+ php ~/html/nextcloud/occ maintenance:mode --off
echo "###### make appstore"
tag=${{ steps.tag.outputs.currenttag }}
version=${tag/v/}
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 1b20e38e..2ab572c6 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -14,7 +14,7 @@
- **📱 Devices:** Lost your phone? Check the map!
- **〰 Tracks:** Load GPS tracks or past trips. Recording with [PhoneTrack](https://f-droid.org/en/packages/net.eneiluj.nextcloud.phonetrack/) or [OwnTracks](https://owntracks.org) is planned.
]]></description>
- <version>0.1.8</version>
+ <version>0.1.9</version>
<licence>agpl</licence>
<author mail="eneiluj@posteo.net">Julien Veyssier</author>
<author mail="kontakt+github@arne.email">Arne Hamann</author>
@@ -33,7 +33,7 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/maps/master/screenshots/screenshot3.png</screenshot>
<dependencies>
<lib>exif</lib>
- <nextcloud min-version="20" max-version="21"/>
+ <nextcloud min-version="20" max-version="22"/>
</dependencies>
<repair-steps>
<install>