Skip to content

Commit 979dd36

Browse files
Merge pull request #30 from theohbrothers/docs/readme-fix-path-for-development-entrypoint-script-invoke-psmodulepublisher.ps1
Docs (readme): Fix path for development entrypoint script `Invoke-PSModulePublisher.ps1`
2 parents 298868a + 49c252b commit 979dd36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Add a secret variable `NUGET_API_KEY` containing your [PSGallery API key](https:
8282

8383
### Development
8484

85-
The project provides a development entrypoint script [`Invoke-PSModulePublisher.ps1`](src/Invoke-PSModulePublisher.ps1) which can be used for executing the same build, test, and publish steps that will run in CI environments.
85+
The project provides a development entrypoint script [`Invoke-PSModulePublisher.ps1`](src/PSModulePublisher/Invoke-PSModulePublisher.ps1) which can be used for executing the same build, test, and publish steps that will run in CI environments.
8686

8787
### Continuous Integration
8888

0 commit comments

Comments
 (0)