From d1aa792fdf18573c3a4ed0852c31843294cfaf3d Mon Sep 17 00:00:00 2001 From: phapsidesGT Date: Wed, 4 Sep 2024 16:56:32 +0100 Subject: [PATCH] Test commit 31 --- .github/workflows/ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 3558994a425..90d6c22bfcf 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -25,5 +25,5 @@ jobs: SHOPIFY_STORE_URL: ${{ secrets.SHOPIFY_STORE_URL }} SHOPIFY_THEME_ID: ${{ secrets.SHOPIFY_THEME_ID }} SHOPIFY_CLI_AUTH_TOKEN: ${{ secrets.SHOPIFY_CLI_AUTH_TOKEN }} - - run: shopify theme push --force --verbose --allow-live --store=${{ secrets.SHOPIFY_STORE_URL }} --theme=${{ secrets.SHOPIFY_THEME_ID }} \ No newline at end of file + SHOPIFY_FLAG_FORCE: 1 + run: shopify theme push --verbose --allow-live --store=${{ secrets.SHOPIFY_STORE_URL }} --theme=${{ secrets.SHOPIFY_THEME_ID }} \ No newline at end of file