Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed Jun 20, 2024
1 parent caccc89 commit faa261a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ Get-ChildItem -Filter *.yml | Remove-Item -Force
Get-ChildItem -Filter *.xml | Remove-Item -Force
Get-ChildItem -Filter .gitignore | Remove-Item -Force

Publish-Module -Path . -NuGetApiKey $env:PSGalleryApiKey
Publish-Module -Path . -NuGetApiKey $PSGalleryApiKey

Pop-Location

0 comments on commit faa261a

Please sign in to comment.