Skip to content

Commit

Permalink
Force releasing packages in snapshots (#2455)
Browse files Browse the repository at this point in the history
* Revive Snapit

* Fix workflow changeset

* Fix workflow changeset for Ubuntu

* Force releasing hydrogen and cli-hydrogen
  • Loading branch information
frandiox authored Aug 20, 2024
1 parent 29dfb8d commit 768e505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Force snapshot changeset
run: |
printf -- "---\n'@shopify/create-hydrogen': patch\n---\n\nForce snapshot build.\n" > .changeset/force-snapshot-build.md
printf -- "---\n'@shopify/hydrogen': patch\n'@shopify/cli-hydrogen': patch\n'@shopify/create-hydrogen': patch\n---\n\nForce snapshot build.\n" > .changeset/force-snapshot-build.md
- name: Create snapshot version
uses: Shopify/snapit@0c0d2dd62c9b0c94b7d03e1f54e72f18548e7752 # pin to a specific commit
Expand Down

0 comments on commit 768e505

Please sign in to comment.