impelling/PowerShell Module Action
Builds a Powershell module, updates metadata, and then publishes the result to the PowerShell Gallery.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| PSGalleryKey | The NuGet API Key for PowerShell Gallery. | yes | — |
| ModulePath | The path to the module directory to publish. The first directory that contains a .psm1 will be published if not provided. | no | — |
| RelativeOutputPath | The path to the output directory, relative to the manifest file. If not provided, the module will be published to the ../Output directory relative to the manifest. | no | — |
| Version | The version of the module to publish. If not provided, the version will be read from the module manifest. | no | — |
| Publish | Whether or not to publish the module to the PowerShell Gallery. If not provided, the module will not be published. | no | — |
Outputs
| name | description |
|---|---|
| successfullyPublished | Whether or not the publish command was successful |