We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 905b8fd commit d78cc7aCopy full SHA for d78cc7a
.github/workflows/build.yaml
@@ -86,7 +86,7 @@ jobs:
86
uses: jsdaniell/create-json@v1.2.3
87
with:
88
name: "amo-metadata.json"
89
- json: '{"version": {"release_notes": "${{ env.NOTES }}"}}'
+ json: '{"version": {"release_notes": {"en-US": "${{ env.NOTES }}"}}}'
90
91
- name: "Sign Mozilla Addon"
92
run: |-
0 commit comments