fix(ci): pass locale selector to generator

This commit is contained in:
Vincent Koc
2026-08-21 12:09:15 -07:00
parent 14831df1b6
commit 10b41bbe2c
@@ -215,7 +215,7 @@ jobs:
LOCALE: ${{ matrix.locale }}
run: |
set -euo pipefail
pnpm ui:i18n:sync -- --locale "${LOCALE}"
pnpm ui:i18n:sync --locale "${LOCALE}"
- name: Prepare locale artifact
env: