We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b19a9 commit ca7559dCopy full SHA for ca7559d
.github/workflows/publishpackage.yml
@@ -34,9 +34,8 @@ jobs:
34
recursive: true
35
files: |
36
*.ps1
37
- - name: Publish PowerShell Module
38
- uses: natescherer/publish-powershell-action@v1.1.1
+ - name: Publish Module to PowerShell Gallery
+ uses: pcgeek86/publish-powershell-module-action@v20
39
+ id: publish-module
40
with:
- token: ${{ secrets.NUGETKEY }}
41
- target: gallery
42
- path: code365scripts.openai/code365scripts.openai.psd1
+ NuGetApiKey: ${{ secrets.NUGETKEY }}
0 commit comments