From 402471ffae33f93f24fc1f19b8c62b33a9330d71 Mon Sep 17 00:00:00 2001 From: Aman Harwara Date: Thu, 13 Apr 2023 23:18:20 +0530 Subject: [PATCH] chore: modify firefox ci --- .github/workflows/clipper.release.prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clipper.release.prod.yml b/.github/workflows/clipper.release.prod.yml index 4e5c062d2..dcc62e13e 100644 --- a/.github/workflows/clipper.release.prod.yml +++ b/.github/workflows/clipper.release.prod.yml @@ -43,7 +43,7 @@ jobs: WEB_EXT_API_SECRET: ${{ secrets.AMO_WEB_EXT_API_SECRET }} run: | EXT_TARGET=firefox yarn build-mv2 - yarn web-ext sign --source-dir dist --api-key $WEB_EXT_API_KEY --api-secret $WEB_EXT_API_SECRET --channel=listed + yarn web-ext sign --source-dir dist --api-key $WEB_EXT_API_KEY --api-secret $WEB_EXT_API_SECRET --channel=listed --use-submission-api mv web-ext-artifacts/*.xpi standard-notes-clipper-$PACKAGE_VERSION.firefox.xpi - name: Upload uses: actions/upload-artifact@v3.0.0