Skip to content

Commit

Permalink
installocgv
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Nov 6, 2023
1 parent 0ab4819 commit e920cd5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
with:
fetch-depth: 0

# - name: Install GitVersion
# uses: gittools/actions/gitversion/setup@v0
# with:
# versionSpec: '5.x'
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v0
with:
versionSpec: '5.x'

- name: Determine Version
id: gitversion
Expand Down
2 changes: 1 addition & 1 deletion Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ if ($null -eq $ocgvVersion) {
$v = [Version]::new($module)
$ocgvVersion = "$($v.Major).$($v.Minor).$($v.Build).$($v.Revision)"
"$ocgvModule v$v` found in PSGallery; Updating -RequiredModules in $PsdPath"
cat $PsdPath
Install-Module $ocgvModule -MinimumVersion $ocgvVersion -Force -Verbose -SkipPublisherCheck
Update-ModuleManifest -RequiredModules @(
@{ModuleName = "PSReadline"; ModuleVersion = "2.1" },
@{ModuleName = $ocgvModule; ModuleVersion = $ocgvVersion }
Expand Down

0 comments on commit e920cd5

Please sign in to comment.