Skip to content

Commit 0f8b624

Browse files
authored
Fix translation workflow (#306)
CI error: unable to find version `v2`
1 parent ef7c19c commit 0f8b624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/en-updates-to-translation-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: md2po _i18n/en/general/*.md --po-filepath _i18n/translation-files/site-general.pot --save --quiet
3535
- name: Push to translation-files branch
3636
# see https://github.com/s0/git-publish-subdir-action
37-
uses: s0/git-publish-subdir-action@v2
37+
uses: s0/git-publish-subdir-action@v2.6.0
3838
env:
3939
REPO: self
4040
BRANCH: translation-files

0 commit comments

Comments
 (0)