KirillAshikhmin / steps-set-ios-version

MIT License
0 stars 7 forks source link

How to prefix with variable #5

Open stefandevo opened 7 years ago

stefandevo commented 7 years ago

It seems something is wrong with this step. I use a variable:

BASE_VERSION: 1.0

then use

set-android-manifest-versions: inputs:

What happens then is that it creates 1.5 (where 5 is the build number) while I would expect 1.0.5

If I change

BASE_VERSION: 1.0.0

Then I get 1.0.0.5 ...

Any idea how to get it right?

KirillAshikhmin commented 7 years ago

@stefandevo use BASE_VERSION: 1