Skip to content

Commit

Permalink
Use name not path
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunLawrie committed Nov 16, 2023
1 parent 3ace0a8 commit e0b9bf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,5 @@ jobs:
Update-ModuleManifest -Path .\PwshSpectreConsole\PwshSpectreConsole.psd1 -ModuleVersion $newVersion -PrivateData @{ PSData = @{ Prerelease = 'prerelease' } }
# Publish pre-release version
Publish-Module -Path "./PwshSpectreConsole/" -Exclude "Build.ps1" -NugetApiKey $env:PSGALLERY_API_KEY -AllowPrerelease
Import-Module PwshSpectreConsole -Force
Publish-Module PwshSpectreConsole -Exclude "Build.ps1" -NugetApiKey $env:PSGALLERY_API_KEY -AllowPrerelease

0 comments on commit e0b9bf7

Please sign in to comment.