We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d494595 + 28810f5 commit 3e624ddCopy full SHA for 3e624dd
.github/workflows/ci.yml
@@ -26,6 +26,12 @@ jobs:
26
- name: Install dependencies
27
uses: pixl8/github-action-box-install@v2
28
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
+
35
- name: Generate release version number
36
if: "env.PUBLISH == 'true'"
37
id: versiongen
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v3.7.7
4
5
+* Apply translation manager CI action
6
7
## v3.7.6
8
9
* [#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