From 8a878e733935e31a4861c8d630612e6475accc7b Mon Sep 17 00:00:00 2001 From: Gonzalo Riestra Date: Wed, 12 Nov 2025 11:22:20 +0100 Subject: [PATCH] Pin snapit to the previous working version --- .github/workflows/snapit.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/snapit.yml b/.github/workflows/snapit.yml index f7711785a7..e25186887c 100644 --- a/.github/workflows/snapit.yml +++ b/.github/workflows/snapit.yml @@ -26,11 +26,11 @@ jobs: - name: Force snapshot changeset run: "mv .changeset/force-snapshot-build.md.ignore .changeset/force-snapshot-build.md" - name: Create snapshot version - uses: Shopify/snapit@registry-and-package-manager + uses: Shopify/snapit@8dacdbe980a7628cf65d9b1d838ee7103450c6b8 with: - comment_is_global: 'true' - comment_packages: '@shopify/cli' - comment_suffix: " + global_install: 'true' + github_comment_included_packages: '@shopify/cli' + custom_message_suffix: " > [!CAUTION] > After installing, validate the version by running just `shopify` in your terminal. @@ -38,8 +38,8 @@ jobs: > If the versions don't match, you might have multiple global instances installed. > Use `which shopify` to find out which one you are running and uninstall it." - comment_package_manager: 'npm' - comment_command_flags: '--@shopify:registry=https://registry.npmjs.org' + package_manager: 'npm' + shopify_registry: 'https://registry.npmjs.org' build_script: "pnpm nx run-many --target=bundle --all --skip-nx-cache --output-style=stream && pnpm refresh-manifests" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}