From 5ab8ea3574beddad21f87a62d1a727b4f05bec08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 10:25:02 +0000 Subject: [PATCH] Update baptistecdr/release-chrome-extension action to v1.0.6 --- .github/workflows/node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index e7d7b23..dcdef87 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -126,7 +126,7 @@ jobs: product-path: ${{ env.ARTIFACTS_DIR }}/${{ env.ARTIFACT_CHROMIUM_FILENAME }} - name: Release Chrome extension - uses: baptistecdr/release-chrome-extension@v1.0.5 + uses: baptistecdr/release-chrome-extension@v1.0.6 if: ${{ vars.RELEASE_CHROME_EXTENSION == 'true' }} with: extension-id: ${{ env.CHROME_EXTENSION_ID }}