diff --git a/.github/workflows/package-and-release.yml b/.github/workflows/package-and-release.yml index 695cac8..fa6b9d7 100644 --- a/.github/workflows/package-and-release.yml +++ b/.github/workflows/package-and-release.yml @@ -17,7 +17,7 @@ jobs: node-version: 'lts/*' - name: Install dependencies - run: npm install -g chrome-extension-cli + run: npm install -g chrome-extension-builder - name: Create private key file run: echo "${{ secrets.PRIVATE_KEY }}" > private.pem @@ -33,7 +33,7 @@ jobs: - name: Package Chrome extension run: | - chrome-extension-cli build --key private.pem --output dist/isnss-extractor.crx . + chrome-extension-builder --key private.pem --output dist/isnss-extractor.crx . shell: bash - name: List directory contents after creating CRX