From b96f71e00a272ea5bcaea20c37b2b5052830fd5c Mon Sep 17 00:00:00 2001 From: Joe Karow <58997957+JoeKarow@users.noreply.github.com> Date: Thu, 21 Dec 2023 14:51:02 -0500 Subject: [PATCH] schedule ota dist release --- .github/workflows/crowdin.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index e81002c9ae..9ca791abe8 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -126,3 +126,7 @@ jobs: - name: Delete Crowdin Branch if: github.event_name == 'pull_request' && github.ref_name != 'l10n_dev' && steps.sanitizebranch.outputs.value != 'dev' && steps.sanitizebranch.outputs.value != 'main' run: crowdin branch delete ${{ steps.sanitizebranch.outputs.value }} --no-progress + + - name: Generate OTA Release + if: github.event_name == 'schedule' && secrets.CROWDIN_OTA_HASH + run: crowdin distribution release ${{ secrets.CROWDIN_OTA_HASH }} --no-progress --verbose