mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 06:58:47 -05:00
Upload translations on builds of master (#4002)
* fix: translations were not being loaded properly * fix: support running GitHub actions locally with `act` * feat: upload new strings on master build * Add release notes * PR feedback: security
This commit is contained in:
committed by
GitHub
parent
93262e7fb4
commit
9213ed75b5
4
.github/actions/setup/action.yml
vendored
4
.github/actions/setup/action.yml
vendored
@@ -7,6 +7,10 @@ runs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18.16.0
|
||||
- name: Install yarn
|
||||
run: npm install -g yarn
|
||||
shell: bash
|
||||
if: ${{ env.ACT }}
|
||||
- name: Cache
|
||||
uses: actions/cache@v4
|
||||
id: cache
|
||||
|
||||
Reference in New Issue
Block a user