Skip to content

Commit

Permalink
chore: WIP use release body as release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Dec 28, 2023
1 parent 8744292 commit 7a3f03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
addon-path: out/replace_maps.zip
source-path: out/replace_maps_source.zip
approval-note: Follow the instructions in AMO-README.md
#release-note: ${{ github.event.release.body }} # TODO: convert md to html, h1-6 not allowed...
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
license: MPL-2.0
auth-api-issuer: ${{ secrets.AUTH_API_ISSUER }}
auth-api-secret: ${{ secrets.AUTH_API_SECRET }}
Expand Down

0 comments on commit 7a3f03e

Please sign in to comment.