Hello! I’m trying to publish my KMM sdk through gi...
# touchlab-tools
m
Hello! I’m trying to publish my KMM sdk through github actions. Unfortunately, the pipeline failed at autoversion-tagmarker. Does it ring a bell to you ?
k
Sure, rings a bell. That creates a git tag for the release version.
m
Capture d’écran 2024-04-05 à 18.12.18.png
k
"1.0.0.0" is not a valid semver string https://semver.org/
Needs one less 0
What's the
versionBaseProperty
value?
m
ok get it, it’ 1.0.0
k
Also, the rest of the log would help. It has more info
m
I should pass 1.0
k
I should pass 1.0
Yes
m
ok tks