update should send version not version spec (#1559)

This commit is contained in:
Lucy C
2022-06-20 14:18:20 -06:00
committed by GitHub
parent b318bf64f4
commit 09c0448186

View File

@@ -86,7 +86,7 @@ export class MarketplaceShowControlsComponent {
try {
const breakages = await this.embassyApi.dryUpdatePackage({
id,
version: `=${version}`,
version: `${version}`,
})
if (isEmptyObject(breakages)) {