v4.0.2
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.
- Fixes PSModule/NerdFonts#33
.github/workflows/workflow.yml: Added a step to install theMicrosoft.PowerShell.PSResourceGetmodule from the PSGallery repository usingInstall-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