Open stefandevo opened 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?
@stefandevo use BASE_VERSION: 1
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?