We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50c9854 commit 0b403abCopy full SHA for 0b403ab
.github/workflows/Publish-Module.yml
@@ -30,7 +30,8 @@ jobs:
30
fetch-depth: 0
31
32
- name: Publish module
33
- uses: PSModule/Publish-PSModule@e1b338d1266dee28c6d6218756979597c8a77b7a # v2.2.0
+ # uses: PSModule/Publish-PSModule@e1b338d1266dee28c6d6218756979597c8a77b7a # v2.2.0
34
+ uses: PSModule/Publish-PSModule@workflow-updates
35
env:
36
GH_TOKEN: ${{ github.token }}
37
with:
0 commit comments