Skip to content

Commit 1185be3

Browse files
authored
fix: incorrect changeset breaks preview builds (medusajs#10173)
1 parent 3fee177 commit 1185be3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.changeset/tough-news-guess.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@medusajs/utils": feature
2+
"@medusajs/utils": patch
33
---
44

5-
feat: add support for making relationships searchable
5+
feat(utils): add support for making relationships searchable

.github/workflows/trigger-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
"type": "section",
8383
"text": {
8484
"type": "plain_text",
85-
"text": "Triggering a release for preview environments failed"
85+
"text": "Triggering a release for preview environments failed for ${{ github.run_id }}"
8686
}
8787
}
8888
]

0 commit comments

Comments
 (0)