Skip to content

Commit

Permalink
remove setup-pwsh step
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBrownTech authored Dec 5, 2024
1 parent 0637899 commit 8ca61f6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/manual_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ jobs:
steps:
# Checkout the repository
- name: Checkout repository
uses: actions/checkout@v3

# Install PowerShell
- name: Set up PowerShell
uses: actions/setup-pwsh@v2
uses: actions/checkout@v3

# Publish the module
- name: Publish module to PowerShell Gallery
Expand Down

0 comments on commit 8ca61f6

Please sign in to comment.