@strapi/content-releases 5.0.0-rc.24 → 5.0.0-rc.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1052,7 +1052,7 @@ const createReleaseActionService = ({ strapi: strapi2 }) => {
1052
1052
  `Action with id ${actionId} not found in release with id ${releaseId} or it is already published`
1053
1053
  );
1054
1054
  }
1055
- const actionStatus = update.type === "publish" ? getDraftEntryValidStatus(
1055
+ const actionStatus = update.type === "publish" ? await getDraftEntryValidStatus(
1056
1056
  {
1057
1057
  contentType: action.contentType,
1058
1058
  documentId: action.entryDocumentId,