Skip to content

🪲 [Fix]: Update PSResourceGet to latest during Publish-PSModule #163

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 1, 2025

Conversation

MariusStorhaug
Copy link
Member

@MariusStorhaug MariusStorhaug commented May 1, 2025

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

@MariusStorhaug MariusStorhaug self-assigned this May 1, 2025
@Copilot Copilot AI review requested due to automatic review settings May 1, 2025 15:55
@MariusStorhaug MariusStorhaug requested a review from a team as a code owner May 1, 2025 15:55
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the GitHub Actions workflow to ensure that the latest version of the Microsoft.PowerShell.PSResourceGet module is installed before publishing a PowerShell module.

  • Added a new step to install the Microsoft.PowerShell.PSResourceGet module using Install-PSResource.
  • Ensured the installation step runs prior to publishing the module.

@MariusStorhaug MariusStorhaug changed the title 🪲 [Fix]: Update PSResourceGet 🪲 [Fix]: Update PSResourceGet to latest during Publish-PSModule May 1, 2025
@MariusStorhaug MariusStorhaug merged commit d0f553d into main May 1, 2025
100 checks passed
@MariusStorhaug MariusStorhaug deleted the pusblishIssue branch May 1, 2025 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🪲[Bug]: The required module 'Fonts' is not loaded.
1 participant