From 2c052ed7812e990f362146670d8ada5e90eb55e9 Mon Sep 17 00:00:00 2001 From: phapsidesGT Date: Tue, 3 Sep 2024 17:23:57 +0100 Subject: [PATCH] Test commit 17 --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 7f8cd896ce1..0b3854b2737 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -47,7 +47,7 @@ jobs: while [ $attempt -lt $max_attempts ]; do echo "Pushing theme (Attempt: $((attempt + 1))/$max_attempts)..." - if shopify theme push --store "$SHOPIFY_STORE" --password "$SHOPIFY_PASSWORD" --theme-id "$THEME_ID" --allow-live; then + if shopify theme push --store "$SHOPIFY_STORE" --password "$SHOPIFY_PASSWORD" --theme "$THEME_ID" --allow-live; then echo "Theme pushed successfully." break else