We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10543c4 commit 46ccea5Copy full SHA for 46ccea5
1 file changed
.github/workflows/publish-on-release.yml
@@ -22,8 +22,7 @@ jobs:
22
Install-Module Az.Resources
23
24
- name: Publish module
25
- uses: pcgeek86/publish-powershell-module-action@v20
+ shell: pwsh
26
id: publish-module
27
- with:
28
- NuGetApiKey: ${{ secrets.PS_GALLERY_KEY }}
29
- modulePath: ./src/PSWattTime
+ run: |
+ Publish-Module -Path ./src/PSWattTime -NuGetApiKey ${{ secrets.PS_GALLERY_KEY }}
0 commit comments