Skip to content

Commit

Permalink
schedule ota dist release
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Dec 21, 2023
1 parent b4db33e commit b96f71e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b96f71e

Please sign in to comment.