Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .github/workflows/snapit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,20 @@ 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.

> 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 }}
Expand Down