JosephMcEvoy/PSZoom

Build and deploy failing

Closed this issue · 1 comments

Build and deploy failing. When committing to github using !deploy in commit message, the build fails to push to PowerShell Gallery. I believe this is due to automatic tags. The cmdlet names are automatically converted to tags, whose number exceeds the limit enforced by NuGet. The solution is to use -SkipAutomaticTags when using Publish-Module, a feature that is part of PowerShell 7.

I opted to use Github Actions to deploy to PowerShell gallery.