Skip to content

Commit ba99da8

Browse files
Merge pull request #6611 from Shopify/revert-snapit-version
Pin Snapit to the latest working version
2 parents 9c10701 + 31c4921 commit ba99da8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/snapit.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,20 @@ jobs:
2626
- name: Force snapshot changeset
2727
run: "mv .changeset/force-snapshot-build.md.ignore .changeset/force-snapshot-build.md"
2828
- name: Create snapshot version
29-
uses: Shopify/snapit@main
29+
uses: Shopify/snapit@8dacdbe980a7628cf65d9b1d838ee7103450c6b8
3030
with:
31-
comment_is_global: 'true'
32-
comment_packages: '@shopify/cli'
33-
comment_suffix: "
31+
global_install: 'true'
32+
github_comment_included_packages: '@shopify/cli'
33+
custom_message_suffix: "
3434
> [!CAUTION]
3535
3636
> After installing, validate the version by running just `shopify` in your terminal.
3737
3838
> If the versions don't match, you might have multiple global instances installed.
3939
4040
> Use `which shopify` to find out which one you are running and uninstall it."
41+
package_manager: 'npm'
42+
shopify_registry: 'https://registry.npmjs.org'
4143
build_script: "pnpm nx run-many --target=bundle --all --skip-nx-cache --output-style=stream && pnpm refresh-manifests"
4244
env:
4345
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)