Skip to content

Commit

Permalink
[gha] fix JetBrains Gateway upgrade script (#20218)
Browse files Browse the repository at this point in the history
  • Loading branch information
mustard-mh authored Sep 14, 2024
1 parent 8315675 commit eb279a9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const productReleaseZod = z.record(
whatsnew: z.string().nullish(),
majorVersion: z.string(), // 2024.2
build: z.string(), // 242.20224.159
version: z.string(), // 2024.2.1
}),
),
);
Expand Down

0 comments on commit eb279a9

Please sign in to comment.