We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f968506 commit cf3ffc3Copy full SHA for cf3ffc3
.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
56
GITHUB_USER: ${{ github.actor }}
57
GITHUB_TOKEN: ${{ github.token }}
58
- name: Upload to crowdin
59
- uses: crowdin/github-action@v1.9.0
+ uses: crowdin/github-action@v1.13.0
60
if: github.ref_name == 'stable' || startsWith(github.ref_name, 'release-')
61
with:
62
crowdin_branch_name: ${{ steps.variables.outputs.version }}
0 commit comments