From 020e16759679d60ffbe30dfadca91df5eeeb4480 Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Mon, 29 May 2023 12:38:42 +0530 Subject: [PATCH] Removed version info publishing task from release CI --- .github/workflows/release.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 802bef8b5..060cdf596 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,11 +46,12 @@ jobs: cp $UNIVERSAL_RELEASE_APK kiwix-${TAG}.apk scp -P 30022 -vrp -i ssh_key -o StrictHostKeyChecking=no kiwix-${TAG}.apk ci@master.download.kiwix.org:/data/download/release/kiwix-android/ - # This is necessary for F-Droid - - name: Publish "versionInfo" to download.kiwix.org - run: | - ./gradlew generateVersionCodeAndName - scp -P 30022 -vrp -i ssh_key -o StrictHostKeyChecking=no VERSION_INFO ci@master.download.kiwix.org:/data/download/release/kiwix-android/ +# This is temporary, once we will publish 3.7.0 then we will uncommented this code. +# # This is necessary for F-Droid +# - name: Publish "versionInfo" to download.kiwix.org +# run: | +# ./gradlew generateVersionCodeAndName +# scp -P 30022 -vrp -i ssh_key -o StrictHostKeyChecking=no VERSION_INFO ci@master.download.kiwix.org:/data/download/release/kiwix-android/ - name: Publish to GitHub uses: ncipollo/release-action@v1