Skip to content

Commit 85bb370

Browse files
committed
Install build dependencies
1 parent 3bce1ec commit 85bb370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
run: |
1717
$apiKey = '${{ secrets.PS_GALLERY_API_KEY }}' | ConvertTo-SecureString -AsPlainText -Force
1818
$cred = [pscredential]::new('apikey', $apiKey)
19-
./build.ps1 -Task Test -PSGalleryApiKey $cred
19+
./build.ps1 -Task Test -PSGalleryApiKey $cred -Bootstrap

0 commit comments

Comments
 (0)