Skip to content

Commit

Permalink
Change build script
Browse files Browse the repository at this point in the history
  • Loading branch information
vreguibar committed Sep 18, 2021
1 parent 8fc5e80 commit af72446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
id: tag
shell: pwsh
run: |
$ModuleName = (Get-ChildItem -Path ./EguibarIT/Output/).Name
$ModuleName = (Get-ChildItem -Path .\Output).Name
$PS_Module_Version = ('v{0}' -f (Test-ModuleManifest -Path ".\$($ModuleName).psd1").Version)
write-host $PS_Module_Version
echo "::set-output name=MODULE_VERSION::$PS_Module_Version"
Expand Down

0 comments on commit af72446

Please sign in to comment.