Open
Description
Describe the bug
I noticed that Alex's Shape Mapper reported being version 1.0.0 in the contributions manager even though the released version is v0.1.5. I tracked it down to the fact that the version is not overridden in the GitHub Action. I think for user-friendliness we should add that part
Steps to reproduce
Create a new release with a version different than what is set in the build.gradle.kts
Expected behavior
The version should be derived from the release tag
Actual behavior
The version is derived from what is in the build.gradle.kts