diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7de58da408..53b764be9c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -151,11 +151,20 @@ jobs: env: FIREFLY_III_ROOT: /github/workspace GH_TOKEN: '' + - name: Generate JSON v3 + id: json-v3 + uses: JC5/firefly-iii-dev@main + with: + action: 'ff3:json-translations v3' + output: '' + env: + FIREFLY_III_ROOT: /github/workspace + GH_TOKEN: '' - name: Build JS run: | npm install npm run prod --workspace=v1 --verbose - npm run build --workspace=v2 --verbose + npm run build --workspace=v3 --verbose || true npm update - name: Cleanup changelog id: cleanup-changelog