Skip to content

Commit 81fc914

Browse files
🪲 [Fix]: Update Build and Publish actions to use specific version tags
1 parent e15daec commit 81fc914

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Build-Module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/checkout@v4
4646

4747
- name: Build module
48-
uses: PSModule/Build-PSModule@removeInit
48+
uses: PSModule/Build-PSModule@v4
4949
with:
5050
Name: ${{ inputs.Name }}
5151
Debug: ${{ inputs.Debug }}

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ jobs:
285285
Install-PSResource -Name Microsoft.PowerShell.PSResourceGet -Repository PSGallery -TrustRepository
286286
287287
- name: Publish module
288-
uses: PSModule/Publish-PSModule@removeInit
288+
uses: PSModule/Publish-PSModule@v2
289289
with:
290290
Name: ${{ fromJson(needs.Get-Settings.outputs.Settings).Name }}
291291
ModulePath: ${{ inputs.WorkingDirectory }}/outputs/module

0 commit comments

Comments
 (0)