Skip to content

v4.0.2

Choose a tag to compare

@github-actions github-actions released this 01 May 16:07
· 29 commits to main since this release
d0f553d

Description

This pull request introduces a small but important update to the GitHub Actions workflow configuration. It ensures that the latest version of the Microsoft.PowerShell.PSResourceGet module is installed before publishing a PowerShell module.

  • .github/workflows/workflow.yml: Added a step to install the Microsoft.PowerShell.PSResourceGet module from the PSGallery repository using Install-PSResource.

Type of change

  • 📖 [Docs]
  • 🪲 [Fix]
  • 🩹 [Patch]
  • ⚠️ [Security fix]
  • 🚀 [Feature]
  • 🌟 [Breaking change]

Checklist

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas