Skip to content

Commit d8d8225

Browse files
committed
update version and remove skip signing condition
1 parent 5547d01 commit d8d8225

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.ci/releaseBuild.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,12 @@ stages:
9898
**\*.psm1
9999
useMinimatch: true
100100

101-
- ${{ if ne(variables.SkipSigning, 'True') }}:
102-
- template: Sbom.yml@ComplianceRepo
103-
parameters:
104-
BuildDropPath: $(signOutPath)
105-
Build_Repository_Uri: 'https://github.com/powershell/powershellget'
106-
PackageName: 'PowerShellGet'
107-
PackageVersion: '3.0.23-beta23'
101+
- template: Sbom.yml@ComplianceRepo
102+
parameters:
103+
BuildDropPath: $(signOutPath)
104+
Build_Repository_Uri: 'https://github.com/powershell/powershellget'
105+
PackageName: 'PowerShellGet'
106+
PackageVersion: $moduleVersion
108107

109108
# Register local folder as PSRepository
110109
# Then publish-module to that folder

0 commit comments

Comments
 (0)