Skip to content

Commit a8635df

Browse files
committed
revert the changes in package-lock file
Signed-off-by: nabim777 <nabinalemagar019@gmail.com>
1 parent 115bcb2 commit a8635df

2 files changed

Lines changed: 2155 additions & 548 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
sudo apt install make openssl -y
6060
echo "###### installing nextcloud"
6161
mkdir ~/html
62-
git clone https://github.com/nextcloud/server.git --recursive --depth 1 -b stable33 ~/html/nextcloud
62+
git clone https://github.com/nextcloud/server.git --recursive --depth 1 -b stable32 ~/html/nextcloud
6363
cp -r $GITHUB_WORKSPACE ~/html/nextcloud/apps/${APP_ID}
6464
php ~/html/nextcloud/occ maintenance:install --database "sqlite" --admin-user "admin" --admin-pass "password"
6565
php ~/html/nextcloud/occ app:enable ${APP_ID}

0 commit comments

Comments
 (0)