From b82dd5fce9b44c85b48259353ec2d30e74d3a6d8 Mon Sep 17 00:00:00 2001 From: Ellet Date: Sun, 12 Nov 2023 05:52:50 +0300 Subject: [PATCH] Update automated publishing --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 11d87808..098bfab7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,5 +31,8 @@ jobs: # Here you can insert custom steps you need # - run: dart tool/generate-code.dart + - name: Re-generate the translations + run: ./scripts/renegerate-translations.sh + - name: Publish run: flutter pub publish --force