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 85bb370 commit 668cecdCopy full SHA for 668cecd
.github/workflows/publish.yaml
@@ -16,4 +16,4 @@ jobs:
16
run: |
17
$apiKey = '${{ secrets.PS_GALLERY_API_KEY }}' | ConvertTo-SecureString -AsPlainText -Force
18
$cred = [pscredential]::new('apikey', $apiKey)
19
- ./build.ps1 -Task Test -PSGalleryApiKey $cred -Bootstrap
+ ./build.ps1 -Task Publish -PSGalleryApiKey $cred -Bootstrap
0 commit comments