Skip to content

Commit

Permalink
update should send version not version spec (#1559)
Browse files Browse the repository at this point in the history
  • Loading branch information
elvece committed Jun 21, 2022
1 parent d0c23b6 commit 21f4b86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class MarketplaceShowControlsComponent {
try {
const breakages = await this.embassyApi.dryUpdatePackage({
id,
version: `=${version}`,
version: `${version}`,
})

if (isEmptyObject(breakages)) {
Expand Down

0 comments on commit 21f4b86

Please sign in to comment.