Skip to content

Commit f5bde68

Browse files
authored
Merge pull request #1347 from nextcloud/update-release-env
update release env:
2 parents 3214803 + 9ce8511 commit f5bde68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
sudo apt install make openssl -y
5858
echo "###### installing nextcloud"
5959
mkdir ~/html
60-
git clone https://github.com/nextcloud/server.git --recursive --depth 1 -b v28.0.0 ~/html/nextcloud
60+
git clone https://github.com/nextcloud/server.git --recursive --depth 1 -b v30.0.1 ~/html/nextcloud
6161
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
6262
cp -r $GITHUB_WORKSPACE ~/html/nextcloud/apps/${APP_ID}
6363
php ~/html/nextcloud/occ maintenance:install --database "sqlite" --admin-user "admin" --admin-pass "password"

0 commit comments

Comments
 (0)