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:
Julian Dominguez-Schatz
2024-12-24 12:48:41 -05:00
committed by GitHub
parent 93262e7fb4
commit 9213ed75b5
6 changed files with 58 additions and 2 deletions

View File

@@ -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