diff --git a/invenio_rdm_records/services/services.py b/invenio_rdm_records/services/services.py index cfa857c97..fbc12ee63 100644 --- a/invenio_rdm_records/services/services.py +++ b/invenio_rdm_records/services/services.py @@ -143,7 +143,6 @@ def lift_embargo(self, identity, _id, uow=None): "lift_embargo", identity, draft=draft, record=record, uow=uow ) - self._pids.pid_manager.create_and_reserve(record) uow.register(RecordCommitOp(record, indexer=self.indexer)) uow.register(TaskOp(register_or_update_pid, record["id"], "doi", parent=False)) # If the record was previously public it will still keep the parent PID