From b32bcb3a74e4b6e0001983bc404ccf21ac55fc0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-=C3=89tienne=20Lord?= Date: Thu, 18 May 2023 13:18:07 -0400 Subject: [PATCH] chore(ghaction): gh release --- .github/workflows/gh-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh-release.yml b/.github/workflows/gh-release.yml index 3cd123e20..1a54763d5 100644 --- a/.github/workflows/gh-release.yml +++ b/.github/workflows/gh-release.yml @@ -16,8 +16,9 @@ jobs: run: npm install conventional-changelog@3.1.25 - name: Generate Changelog-current run: npm run changelog-current | grep -v "^>" | sed '/^$/d' > ${{ github.workspace }}-CHANGELOG.txt - - name: Build production + - name: Ensure to have locales from lib run: npm run postinstall + - name: Build production run: npm run build.prod - name: Install zip uses: montudor/action-zip@v1