Skip to content

Commit 88c3f77

Browse files
committed
Merge branch 'hotfix-1.2.4' into stable
2 parents 82418b6 + a1d0bfa commit 88c3f77

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
- name: Install dependencies
2727
uses: pixl8/github-action-box-install@v2
2828

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+
2934
- name: Generate release version number
3035
if: "env.PUBLISH == 'true'"
3136
id: versiongen

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.2.4
4+
5+
* Apply translation manager CI action
6+
37
## v1.2.3
48

59
* VALIDATION-8 - Min/ Max if other field value

0 commit comments

Comments
 (0)