diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 78701ba78..400b52c79 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,13 +47,13 @@ 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/ - - name: Publish to github releases - uses: ncipollo/release-action@v1 - with: - artifacts: "app/build/outputs/apk/release/**" - token: ${{ secrets.GITHUB_TOKEN }} - draft: true - prerelease: true + - name: Publish to github releases + uses: ncipollo/release-action@v1 + with: + artifacts: "app/build/outputs/apk/release/**" + token: ${{ secrets.GITHUB_TOKEN }} + draft: true + prerelease: true - name: Publish app to play store