Skip to content

v4.0.4

Choose a tag to compare

@github-actions github-actions released this 01 Jun 23:39
· 27 commits to main since this release
f5eba0b

🩹 [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 the Initialize-PSModule step, which previously set up the environment for building the module.
  • .github/workflows/workflow.yml: Removed the Initialize-PSModule step, 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