d365collaborative / d365fo.tools

Tools used for Dynamics 365 Finance and Operations
MIT License
246 stars 102 forks source link

adds a manual build and release action that creates a release on PowerShell Gallery and GitHub #821

Closed FH-Inway closed 5 months ago

FH-Inway commented 5 months ago

Similar to https://github.com/d365collaborative/d365bap.tools/pull/21

See also https://github.com/d365collaborative/d365fo.tools/discussions/813 and https://github.com/d365collaborative/d365bap.tools/pull/24

This adds a build and release action that (for now) needs to be manually triggered. It can publish the release to both PowerShell Gallery and GitHub. For the Gallery, the first parameter needs to be set to $False.

This requires an action secret ApiKey with the value of the PowerShell Gallery API key.

image