Skip to content

Commit cf438de

Browse files
committed
chore: rename action step, disable release note
1 parent 6ae930d commit cf438de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Bundle extension
3737
run: npm run bundle
3838

39-
- name: Load source code
39+
- name: Bundle source code
4040
run: git archive --format=zip ${{ github.event.release.tag_name }} --output out/replace_maps_source.zip
4141

4242
- name: Release
@@ -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 }}
49+
#release-note: ${{ github.event.release.body }} # TODO: convert md to html, h1-6 not allowed...
5050
auth-api-issuer: ${{ secrets.AUTH_API_ISSUER }}
5151
auth-api-secret: ${{ secrets.AUTH_API_SECRET }}
5252

0 commit comments

Comments
 (0)