From dc0839c3a2bd05b4679a60df80a4167e90619b0b Mon Sep 17 00:00:00 2001 From: kawamataryo Date: Wed, 11 Oct 2023 07:38:10 +0900 Subject: [PATCH] wip --- .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 36d2d3e..60fbc66 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -66,8 +66,8 @@ jobs: - name: Build the extension run: npm run build && npm run build:firefox - # - name: Package the extension into a zip artifact - # run: npm run package && npm run package:firefox + - name: Package the extension into a zip artifact + run: npm run package - name: Publish to Extension Store uses: PlasmoHQ/bpp@v3