Skip to content

Commit b396445

Browse files
committed
fixed version of publish-powershell-module-action
1 parent f5a449f commit b396445

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-to-psgallery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# Runs a single command using the runners shell
3636
- name: Publish Module to PowerShell Gallery
3737
#formerly pcgeek86/publish-powershell-module-action@v20
38-
uses: Pxtl/publish-powershell-module-action@v0.1
38+
uses: Pxtl/publish-powershell-module-action@v0.2
3939
continue-on-error: true
4040
id: publish-modules
4141
with:

.github/workflows/validate-powershell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install Pester
5555
shell: powershell
5656
run: |
57-
Install-Module -Name Pester -Force -Scope CurrentUser
57+
Install-Module -Name Pester -Scope CurrentUser
5858
5959
- name: Run Pester Unit Tests
6060
shell: powershell

0 commit comments

Comments
 (0)