From 17ce5cbfa229fd545a05a07e8d962abc3f6b8e17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-=C3=89tienne=20Lord?= Date: Thu, 18 May 2023 12:02:06 -0400 Subject: [PATCH] chore(ghaction): fix missing locale --- .github/workflows/gh-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gh-release.yml b/.github/workflows/gh-release.yml index 9e22892ed..3cd123e20 100644 --- a/.github/workflows/gh-release.yml +++ b/.github/workflows/gh-release.yml @@ -17,6 +17,7 @@ jobs: - name: Generate Changelog-current run: npm run changelog-current | grep -v "^>" | sed '/^$/d' > ${{ github.workspace }}-CHANGELOG.txt - name: Build production + run: npm run postinstall run: npm run build.prod - name: Install zip uses: montudor/action-zip@v1