Skip to content

Commit c984973

Browse files
🪲 [Fix]: Update Build-PSModule action to use 'removeInit' version
1 parent 7c4b8d1 commit c984973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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@v4
48+
uses: PSModule/Build-PSModule@removeInit
4949
with:
5050
Name: ${{ inputs.Name }}
5151
Debug: ${{ inputs.Debug }}

0 commit comments

Comments
 (0)