From cf438def4004b3cd4d70a09273fe5ee6a87fcb54 Mon Sep 17 00:00:00 2001 From: nobkd <44443899+nobkd@users.noreply.github.com> Date: Tue, 3 Oct 2023 23:43:13 +0200 Subject: [PATCH] chore: rename action step, disable release note --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 003945d..cd0bd7b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 @@ -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 }}