Skip to content

Commit 0754eca

Browse files
Fix snapit params
1 parent eae9512 commit 0754eca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,18 @@ jobs:
6161
- name: Create snapshot version
6262
uses: Shopify/snapit@05253a195cc870a9eb6519f5e1f9a98ffd54431f # registry-and-package-manager
6363
with:
64-
global_install: 'true'
65-
github_comment_included_packages: '@shopify/cli'
66-
custom_message_suffix: "
64+
comment_is_global: 'true'
65+
comment_packages: '@shopify/cli'
66+
comment_suffix: "
6767
> [!CAUTION]
6868
6969
> After installing, validate the version by running just `shopify` in your terminal.
7070
7171
> If the versions don't match, you might have multiple global instances installed.
7272
7373
> Use `which shopify` to find out which one you are running and uninstall it."
74-
package_manager: 'npm'
75-
shopify_registry: 'https://registry.npmjs.org'
74+
comment_package_manager: 'npm'
75+
comment_command_flags: '--@shopify:registry=https://registry.npmjs.org'
7676
build_script: "pnpm nx run-many --target=bundle --all --skip-nx-cache --output-style=stream && pnpm refresh-manifests"
7777
env:
7878
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)