diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ee40146..58dddfcc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: - name: translate project run: | ./tx pull -a - docker compose run qgis sh -c 'xvfb-run /usr/src/project/scripts/project-translation-compile.sh /usr/src/project' + docker compose run qgis sh -c '/usr/src/project/scripts/project-translation-compile.sh /usr/src/project' rm project/signalo_*.ts # do not package ts files - name: set project version + create project archive