mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-01 20:14:36 -07:00
Add JSON generation step for v3 in release workflow
Signed-off-by: James Cole <james@firefly-iii.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user