chore: Add version code string to repo
This commit is contained in:
parent
95ac7434e0
commit
a62f55d4c8
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ platform :android do
|
|||
)
|
||||
last_version = versions[0].to_i
|
||||
Dir.chdir("../..") do
|
||||
re = /version:\s([0-9]*\.[0-9]*\.[0-9]*)\+[0-9]/i
|
||||
re = /version:\s([0-9]*\.[0-9]*\.[0-9]*)\+[0-9]*/i
|
||||
config = File.read("./pubspec.yaml")
|
||||
version_name = config.match(re).captures
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue