Skip to content

Commit bc9519d

Browse files
Update .ci/releaseBuild.yml
Co-authored-by: Aditya Patwardhan <adityap@microsoft.com>
1 parent d8d8225 commit bc9519d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci/releaseBuild.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ stages:
103103
BuildDropPath: $(signOutPath)
104104
Build_Repository_Uri: 'https://github.com/powershell/powershellget'
105105
PackageName: 'PowerShellGet'
106-
PackageVersion: $moduleVersion
106+
PackageVersion: '$(moduleVersion)'
107+
107108

108109
# Register local folder as PSRepository
109110
# Then publish-module to that folder

0 commit comments

Comments
 (0)