Skip to content

Commit eb279a9

Browse files
authored
[gha] fix JetBrains Gateway upgrade script (#20218)
1 parent 8315675 commit eb279a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/ide/gha-update-image/lib/jb-update-platform-version.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const productReleaseZod = z.record(
3737
whatsnew: z.string().nullish(),
3838
majorVersion: z.string(), // 2024.2
3939
build: z.string(), // 242.20224.159
40+
version: z.string(), // 2024.2.1
4041
}),
4142
),
4243
);

0 commit comments

Comments
 (0)