Skip to content

Commit 0b403ab

Browse files
Update Publish-Module workflow to use latest version of Publish-PSModule
1 parent 50c9854 commit 0b403ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Publish-Module.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
fetch-depth: 0
3131

3232
- name: Publish module
33-
uses: PSModule/Publish-PSModule@e1b338d1266dee28c6d6218756979597c8a77b7a # v2.2.0
33+
# uses: PSModule/Publish-PSModule@e1b338d1266dee28c6d6218756979597c8a77b7a # v2.2.0
34+
uses: PSModule/Publish-PSModule@workflow-updates
3435
env:
3536
GH_TOKEN: ${{ github.token }}
3637
with:

0 commit comments

Comments
 (0)