diff --git a/.github/workflows/snapit.yml b/.github/workflows/snapit.yml index 54837be8ec..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@main + 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,6 +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." + 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 }}