Skip to content

Commit 2a0e2a3

Browse files
[release/v1.19.x] Fix patch release process (#539)
Clean cherry-pick of #538 to the `release/v1.19.x` branch. Co-authored-by: Trask Stalnaker <[email protected]>
1 parent ab9915c commit 2a0e2a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/get-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash -e
22

3-
grep -Po "val stableVersion = \"\K[0-9]+.[0-9]+.0" version.gradle.kts
3+
grep -Po "val stableVersion = \"\K[0-9]+.[0-9]+.[0-9]+" version.gradle.kts

0 commit comments

Comments
 (0)