Skip to content

Commit 46ccea5

Browse files
committed
Remove custom action in favor of script
1 parent 10543c4 commit 46ccea5

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/publish-on-release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ jobs:
2222
Install-Module Az.Resources
2323
2424
- name: Publish module
25-
uses: pcgeek86/publish-powershell-module-action@v20
25+
shell: pwsh
2626
id: publish-module
27-
with:
28-
NuGetApiKey: ${{ secrets.PS_GALLERY_KEY }}
29-
modulePath: ./src/PSWattTime
27+
run: |
28+
Publish-Module -Path ./src/PSWattTime -NuGetApiKey ${{ secrets.PS_GALLERY_KEY }}

0 commit comments

Comments
 (0)