Commit d0f553d
authored
🪲 [Fix]: Update PSResourceGet to latest during
## 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`](diffhunk://#diff-126bf89616b7daa3d14ebc882ad18666aaf1c3dae888c4ba306a66ec80758bc1R290-R294):
Added a step to install the `Microsoft.PowerShell.PSResourceGet` module
from the PSGallery repository using `Install-PSResource`.
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [x] 🪲 [Fix]
- [ ] 🩹 [Patch]
- [ ] Publish-PSModule (#163)1 parent 4e5d875 commit d0f553d
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
290 | 295 | | |
291 | 296 | | |
292 | 297 | | |
| |||
0 commit comments