We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82418b6 + a1d0bfa commit 88c3f77Copy full SHA for 88c3f77
.github/workflows/ci.yml
@@ -26,6 +26,11 @@ jobs:
26
- name: Install dependencies
27
uses: pixl8/github-action-box-install@v2
28
29
+ - name: Push to Translation Manager
30
+ uses: pixl8/github-action-push-to-translation-manager@v1
31
+ with:
32
+ translations_api_key: ${{ secrets.TRANSLATIONS_API_KEY }}
33
+
34
- name: Generate release version number
35
if: "env.PUBLISH == 'true'"
36
id: versiongen
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v1.2.4
4
5
+* Apply translation manager CI action
6
7
## v1.2.3
8
9
* VALIDATION-8 - Min/ Max if other field value
0 commit comments