Skip to content

Commit

Permalink
test tags 34
Browse files Browse the repository at this point in the history
  • Loading branch information
vreguibar committed Sep 12, 2021
1 parent 6c1f68b commit 0c4146f
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 @@ -80,7 +80,7 @@ jobs:
$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"
echo "MODULE_VERSION=${PS_Module_Version }" >> $Env:GITHUB_ENV
echo "MODULE_VERSION=$PS_Module_Version" >> $Env:GITHUB_ENV
- name: Create Release
Expand Down

0 comments on commit 0c4146f

Please sign in to comment.