File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments