fix: incorrect changeset breaks preview builds (#10173)

This commit is contained in:
Riqwan Thamir
2024-11-20 10:41:40 +01:00
committed by GitHub
parent 3fee17747f
commit 1185be31c4
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
---
"@medusajs/utils": feature
"@medusajs/utils": patch
---
feat: add support for making relationships searchable
feat(utils): add support for making relationships searchable

View File

@@ -82,7 +82,7 @@ jobs:
"type": "section",
"text": {
"type": "plain_text",
"text": "Triggering a release for preview environments failed"
"text": "Triggering a release for preview environments failed for ${{ github.run_id }}"
}
}
]