natescherer / publish-powershell-action

A GitHub Action to publish a PowerShell module or script to GitHub Packages, a NuGet repository, or the PowerShell Gallery.
MIT License
11 stars 4 forks source link

Create the Nuget repo name with a GUID so that it is unique each time #29

Open brandonmcclure opened 6 months ago

brandonmcclure commented 6 months ago

Resolves #24 by using New-GUID to create a unique repository name when using the Nuget type.