actions-marketplace-validations/Publish PowerShell Module
Publishes a PowerShell module to the PowerShell Gallery.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| NuGetApiKey | The NuGet API Key for PowerShell Gallery, with permission to push this module. | yes | — |
| modulePath | The filesystem path to the module to publish. If not provided, all directories that contains a .psd1 are published. | no | — |
Outputs
| name | description |
|---|---|
| successfullyPublished | Whether or not the publish command was successful |