We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c4047 commit 7fee12aCopy full SHA for 7fee12a
1 file changed
.github/workflows/publish.yml
@@ -61,6 +61,7 @@ jobs:
61
Write-Host "✅ Would have published module to PSGallery."
62
} else {
63
Write-Host "⚙️ Publishing module to PSGallery..."
64
+ Install-Module PSMimeTypes -Force
65
$NuGetApiKey = "$($env:PS_GALLERY_KEY)"
66
Publish-Module -Path PSMultipartFormData -NuGetApiKey $NuGetApiKey -Repository PSGallery
67
Write-Host "✅ Module published to PSGallery."
@@ -118,4 +119,4 @@ jobs:
118
119
run: echo "✅ No version change detected, skipping publish."
120
121
- name: Camo Purge
- uses: kevincobain2000/action-camo-purge@v1
122
+ uses: kevincobain2000/action-camo-purge@v1
0 commit comments