File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -219,11 +219,6 @@ async function main() {
219
219
// dry run
220
220
console . log ( `INFO: dry run: ${ parsedArgs . DRY_RUN } ` ) ;
221
221
222
- // Assert if we have a release version that the version matches the cargo version
223
- if ( isReleaseImage ( parsedArgs . IMAGE_TAG_PREFIX ) ) {
224
- assertTagMatchesSourceVersion ( parsedArgs . IMAGE_TAG_PREFIX ) ;
225
- }
226
-
227
222
// get the appropriate release group based on the image tag prefix
228
223
const imageReleaseGroup = getImageReleaseGroupByImageTagPrefix ( parsedArgs . IMAGE_TAG_PREFIX ) ;
229
224
console . log ( `INFO: image release group: ${ imageReleaseGroup } ` ) ;
@@ -359,4 +354,4 @@ if (import.meta.jest === undefined) {
359
354
// Because we do this weird import in order to test we also have to resolve imports
360
355
// However we force the caller to actually install pnpm first here
361
356
await lazyImports ( ) ;
362
- }
357
+ }
You can’t perform that action at this time.
0 commit comments