From 1cde2dbaefb6c303f58678786faca89dacfd3e0b Mon Sep 17 00:00:00 2001 From: Cesar Gonzalez Date: Wed, 17 Apr 2024 09:38:47 -0500 Subject: [PATCH] [PM-7527] Add `Build Manifest v3` build step to the build-browser.yml Github action (#8777) * [PM-7527] Get MV3 build artifacts in main branch with clear messaging that that the build is not to be released * [PM-7527] Add `Build Manifest v3` build step to the build-browser.yml Github action --- .github/workflows/build-browser.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-browser.yml b/.github/workflows/build-browser.yml index 4fb72a47de..23f4bd35f1 100644 --- a/.github/workflows/build-browser.yml +++ b/.github/workflows/build-browser.yml @@ -160,9 +160,9 @@ jobs: run: npm run dist working-directory: browser-source/apps/browser - # - name: Build Manifest v3 - # run: npm run dist:mv3 - # working-directory: browser-source/apps/browser + - name: Build Manifest v3 + run: npm run dist:mv3 + working-directory: browser-source/apps/browser - name: Gulp run: gulp ci