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 6ae930d commit cf438deCopy full SHA for cf438de
.github/workflows/publish.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Bundle extension
37
run: npm run bundle
38
39
- - name: Load source code
+ - name: Bundle source code
40
run: git archive --format=zip ${{ github.event.release.tag_name }} --output out/replace_maps_source.zip
41
42
- name: Release
@@ -46,7 +46,7 @@ jobs:
46
addon-path: out/replace_maps.zip
47
source-path: out/replace_maps_source.zip
48
approval-note: Follow the instructions in AMO-README.md
49
- release-note: ${{ github.event.release.body }}
+ #release-note: ${{ github.event.release.body }} # TODO: convert md to html, h1-6 not allowed...
50
auth-api-issuer: ${{ secrets.AUTH_API_ISSUER }}
51
auth-api-secret: ${{ secrets.AUTH_API_SECRET }}
52
0 commit comments