-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Validate helpout version in docs update
- Loading branch information
1 parent
943191b
commit 6920fb1
Showing
3 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -109,7 +109,7 @@ jobs: | |
gh release create "v$newVersion-$newPrereleaseTag" --target prerelease --generate-notes --prerelease | ||
# Publish prerelease docs | ||
Install-Module HelpOut -Scope CurrentUser -Force | ||
Install-Module HelpOut -Scope CurrentUser -RequiredVersion 0.5 -Force | ||
& .\PwshSpectreConsole.Docs\src\powershell\UpdateDocs.ps1 -NonInteractive | ||
git config --global user.name 'Shaun Lawrie (via GitHub Actions)' | ||
git config --global user.email '[email protected]' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters