Skip to content

Commit 9c10701

Browse files
Merge pull request #6609 from Shopify/snapit-main
Update snapit to use the main branch
2 parents 30fb5a7 + 2620204 commit 9c10701

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/snapit.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ 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@registry-and-package-manager
29+
uses: Shopify/snapit@main
3030
with:
3131
comment_is_global: 'true'
3232
comment_packages: '@shopify/cli'
@@ -38,8 +38,6 @@ jobs:
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-
comment_package_manager: 'npm'
42-
comment_command_flags: '--@shopify:registry=https://registry.npmjs.org'
4341
build_script: "pnpm nx run-many --target=bundle --all --skip-nx-cache --output-style=stream && pnpm refresh-manifests"
4442
env:
4543
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)