Skip to content

Commit d78cc7a

Browse files
authored
Fix AMO Notes (#19)
1 parent 905b8fd commit d78cc7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
uses: jsdaniell/create-json@v1.2.3
8787
with:
8888
name: "amo-metadata.json"
89-
json: '{"version": {"release_notes": "${{ env.NOTES }}"}}'
89+
json: '{"version": {"release_notes": {"en-US": "${{ env.NOTES }}"}}}'
9090

9191
- name: "Sign Mozilla Addon"
9292
run: |-

0 commit comments

Comments
 (0)