Skip to content

Commit d82e887

Browse files
committed
Forcefully include POT file in translation branch
1 parent 6d909a9 commit d82e887

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/translation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
- name: Commit the POT file to Git
6565
run: |
6666
git_hash=$(git rev-parse --short "${GITHUB_SHA}")
67+
git add --force locales/messages.pot
6768
git commit \
6869
-m "Update messages.pot as of version ${git_hash}" \
6970
locales/messages.pot

0 commit comments

Comments
 (0)