Skip to content

Commit b528797

Browse files
authored
Change working directory for version patching
Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent f8d922a commit b528797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/translations-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
run: pnpm install --frozen-lockfile
111111

112112
- name: Patch version if the files changed
113-
working-directory: packages/website-i18n
113+
working-directory: packages/i18n
114114
run: |
115115
CHANGED_FILES=$(git diff --name-only HEAD^1 HEAD)
116116
if [ -n "$CHANGED_FILES" ]; then

0 commit comments

Comments
 (0)