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

Handle errors when publishing to NuGet #22

Open Galvill opened 1 year ago

Galvill commented 1 year ago

When publishing to NuGet, If the process encounters an error, it should handle it gracefully and perform cleanup if needed. I am working to implement this and will create a pull request when ready.

natescherer commented 1 year ago

Sounds good!