diff --git a/.github/helper/update_pot_file.sh b/.github/helper/update_pot_file.sh index 80fa348141b..1b29b107ac5 100644 --- a/.github/helper/update_pot_file.sh +++ b/.github/helper/update_pot_file.sh @@ -30,7 +30,7 @@ branch_name="pot_${BASE_BRANCH}_${isodate}" git checkout -b "${branch_name}" echo "Commiting changes..." -git add . +git add erpnext/locale/main.pot git commit -m "chore: update POT file" gh auth setup-git