Skip to content

Commit e938454

Browse files
authored
fix(tool/pixi): remove v prefix from raw version (#35277)
1 parent 84454cf commit e938454

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/util/exec/containerbase.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ const allToolConfig: Record<string, ToolConfig> = {
176176
datasource: 'github-releases',
177177
packageName: 'prefix-dev/pixi',
178178
versioning: condaVersioningId,
179+
extractVersion: '^v(?<version>.*)$',
179180
},
180181
poetry: {
181182
datasource: 'pypi',

0 commit comments

Comments
 (0)