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 b1b59a1 commit e62a339Copy full SHA for e62a339
.github/workflows/publishpackage.yml
@@ -26,7 +26,7 @@ jobs:
26
env:
27
nugetkey: ${{secrets.NUGETKEY}}
28
run: |
29
- Register-PSResourceRepository -Name PSGallery -Uri "https://www.powershellgallery.com/api/v2" -Trusted
+ Register-PSResourceRepository -PSGallery -Trusted
30
$data = Import-PowerShellDataFile .\code365scripts.openai\code365scripts.openai.psd1
31
if($data.RequiredModules) {
32
$data.RequiredModules | Foreach-Object {Install-Module -Name $_.ModuleName -RequiredVersion $_.ModuleVersion }
@@ -35,4 +35,3 @@ jobs:
35
Remove-Item -Path ".github" -Recurse -Force
36
Remove-Item -Path ".vscode" -Recurse -Force
37
Publish-PSResource -ApiKey $env:nugetkey -Path code365scripts.openai -Repository PSGallery
38
-
0 commit comments