From 284191c53206ccf493c49ed92eed7d084bcf6827 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Tue, 9 Jul 2024 09:42:44 +0200 Subject: [PATCH] include the install/po_gen_installer.sh in the workflow aswell --- .github/workflows/translation.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/translation.yml b/.github/workflows/translation.yml index 5c724f7be..c34e62216 100644 --- a/.github/workflows/translation.yml +++ b/.github/workflows/translation.yml @@ -23,6 +23,9 @@ jobs: - name: Run the po generator script run: bash po_gen.sh + - name: Run the po generator script for the installer component aswell + run: bash install/po_gen_installer.sh + - name: Commit changes run: | git config --global user.name "github-actions"