Skip to content

Commit

Permalink
Fix translation workflow
Browse files Browse the repository at this point in the history
CI error: unable to find version `v2`
  • Loading branch information
ByteHamster committed Dec 30, 2023
1 parent be64b75 commit 8cfaced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/en-updates-to-translation-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: md2po _i18n/en/general/*.md --po-filepath _i18n/translation-files/site-general.pot --save --quiet
- name: Push to translation-files branch
# see https://github.com/s0/git-publish-subdir-action
uses: s0/git-publish-subdir-action@v2
uses: s0/git-publish-subdir-action@v2.6.0
env:
REPO: self
BRANCH: translation-files
Expand Down

0 comments on commit 8cfaced

Please sign in to comment.