Skip to content

Commit 8bb3d71

Browse files
authored
Fix conditional logic in translations-sync workflow
Signed-off-by: Aviv Keller <[email protected]>
1 parent 4f89032 commit 8bb3d71

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
@@ -119,7 +119,7 @@ jobs:
119119
if [ -n "$CHANGED_FILES" ]; then
120120
cd packages/website-i18n
121121
pnpm version patch --no-git-tag-version
122-
else
122+
fi
123123
124124
- name: Push Changes back to Pull Request
125125
uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1

0 commit comments

Comments
 (0)