Skip to content

Commit af27e3d

Browse files
đź”§ [CI]: Upgrade PSModule/Publish-PSModule action to v2 for improved functionality
1 parent f5aa725 commit af27e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
path: ${{ inputs.WorkingDirectory }}/outputs/module
228228

229229
- name: Publish module
230-
uses: PSModule/Publish-PSModule@v1
230+
uses: PSModule/Publish-PSModule@v2
231231
with:
232232
Name: ${{ inputs.Name }}
233233
ModulePath: ${{ inputs.WorkingDirectory }}/outputs/module

0 commit comments

Comments
 (0)