Skip to content

Commit 7a3f03e

Browse files
committed
chore: WIP use release body as release notes
1 parent 8744292 commit 7a3f03e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
addon-path: out/replace_maps.zip
4747
source-path: out/replace_maps_source.zip
4848
approval-note: Follow the instructions in AMO-README.md
49-
#release-note: ${{ github.event.release.body }} # TODO: convert md to html, h1-6 not allowed...
49+
release-note: ${{ github.event.release.body }} # TODO: convert md to html, h1-6 not allowed... Currently ignoring this problem, as the field is needed for publishing
5050
license: MPL-2.0
5151
auth-api-issuer: ${{ secrets.AUTH_API_ISSUER }}
5252
auth-api-secret: ${{ secrets.AUTH_API_SECRET }}

0 commit comments

Comments
 (0)