Skip to content

Commit

Permalink
chore: rename action step, disable release note
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Oct 3, 2023
1 parent 6ae930d commit cf438de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Bundle extension
run: npm run bundle

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

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

Expand Down

0 comments on commit cf438de

Please sign in to comment.