Skip to content

Commit

Permalink
Merge pull request #84 from theohbrothers/fix/ci-fix-publish-to-psgal…
Browse files Browse the repository at this point in the history
…lery-to-correctly-publish-module

Fix (ci): Fix `publish-to-psgallery` to correctly publish module
  • Loading branch information
leojonathanoh authored Apr 21, 2023
2 parents fd04fdb + 5ab474d commit 072ae2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-master-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
$moduleManifest = ./build/PSModulePublisher/src/Invoke-Build.ps1
# Publish the module
./build/PSModulePublisher/src/Invoke-Publish.ps1 -ModuleManifestPath $moduleManifest -Repository PSGallery -DryRun
./build/PSModulePublisher/src/Invoke-Publish.ps1 -ModuleManifestPath $moduleManifest -Repository PSGallery
publish-draft-release:
needs: [publish-to-psgallery]
Expand Down

0 comments on commit 072ae2b

Please sign in to comment.