We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d995cea commit baee6c4Copy full SHA for baee6c4
.github/workflows/cd.yml
@@ -28,8 +28,6 @@ jobs:
28
Install-Module GitHubActions -Force | Out-Null
29
Import-Module GitHubActions | Out-Null
30
31
- Get-ChildItem -Path env:
32
-
33
Install-Module $env:module_name -Force | Out-Null
34
$marketplaceVersion = import-module $env:module_name -PassThru | % Version
35
$repoVersion = import-module ".\$env:module_name" -PassThru | % Version
0 commit comments