Skip to content

Commit

Permalink
Bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
vreguibar authored May 19, 2022
1 parent 92babbf commit 644f0a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ jobs:
id: tag
shell: pwsh
run: |
$ModuleName = (Get-ChildItem -Path .\Output).Name
$PS_Module_Version = ('v{0}' -f (Test-ModuleManifest -Path ".\$($ModuleName).psd1").Version)
# $ModuleName = (Get-ChildItem -Path .\Output).Name
# $PS_Module_Version = ('v{0}' -f (Test-ModuleManifest -Path ".\$($ModuleName).psd1").Version)
$PS_Module_Version = ('v{0}' -f (Test-ModuleManifest -Path ".\EguibarIT.psd1").Version)
write-host $PS_Module_Version
echo "::set-output name=MODULE_VERSION::$PS_Module_Version"
echo "MODULE_VERSION=$PS_Module_Version" >> $Env:GITHUB_ENV
Expand Down

0 comments on commit 644f0a9

Please sign in to comment.