Skip to content

Commit

Permalink
Fix patch release process (#6893)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Oct 18, 2022
1 parent ceb6975 commit 465d4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/get-version.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash -e

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

0 comments on commit 465d4d3

Please sign in to comment.