From 2620204445e2ed8363bd38243f07577d4c3075a6 Mon Sep 17 00:00:00 2001 From: Gonzalo Riestra Date: Wed, 12 Nov 2025 10:18:26 +0100 Subject: [PATCH] Update snapit to use the main branch --- .github/workflows/snapit.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/snapit.yml b/.github/workflows/snapit.yml index f7711785a7..54837be8ec 100644 --- a/.github/workflows/snapit.yml +++ b/.github/workflows/snapit.yml @@ -26,7 +26,7 @@ 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@main with: comment_is_global: 'true' comment_packages: '@shopify/cli' @@ -38,8 +38,6 @@ 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' build_script: "pnpm nx run-many --target=bundle --all --skip-nx-cache --output-style=stream && pnpm refresh-manifests" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}