v4.0.4
🩹 [Patch]: Remove redundant actions (#170)
Description
This pull request simplifies the workflow configuration by removing the Initialize-PSModule step from two GitHub Actions workflows. This change reduces redundancy and streamlines the build and artifact download processes.
Workflow updates:
.github/workflows/Build-Module.yml: Removed theInitialize-PSModulestep, which previously set up the environment for building the module..github/workflows/workflow.yml: Removed theInitialize-PSModulestep, which was used to prepare the environment before downloading module artifacts.
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