Skip to content

Commit 3e624dd

Browse files
committed
Merge branch 'hotfix-3.7.7' into stable
2 parents d494595 + 28810f5 commit 3e624dd

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/ci.yml

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

29+
- name: Push to Translation Manager
30+
if: "env.PUBLISH == 'true'"
31+
uses: pixl8/github-action-push-to-translation-manager@v1
32+
with:
33+
translations_api_key: ${{ secrets.TRANSLATIONS_API_KEY }}
34+
2935
- name: Generate release version number
3036
if: "env.PUBLISH == 'true'"
3137
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+
## v3.7.7
4+
5+
* Apply translation manager CI action
6+
37
## v3.7.6
48

59
* [#94](https://github.com/pixl8/preside-ext-data-api/issues/94) Support output of multipart/form-data post body specs in the HTML docs

0 commit comments

Comments
 (0)