### Prerequisites - [x] Write a descriptive title. - [x] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/Microsoft.PowerShell.PSResourceGet) - [x] Search the existing issues. ### Steps to reproduce Publish a module with an ExternalModuleDependencies and it will fail. ```powershell Publish-PSResourceGet AnyPackage.Appx ``` ### Expected behavior ```console Publish successfully ``` ### Actual behavior ```console Fails to publish saying that required module is not in repo ``` ### Error details ```console ``` ### Environment data ```powershell 7.6-preview3 psresourceget 1.1.1 ``` ### Visuals _No response_