w.r.t. 26fe350c5f3, I agree with the removal of th...
# kotest-contributors
a
w.r.t. 26fe350c5f3, I agree with the removal of the build-number action. What I ended up doing in Clikt is using the number of commits in master as a build number for snapshots: https://github.com/ajalt/clikt/blob/36668c6470617bbb65e011e0da05c2fd23aae605/build.gradle#L27-L39 If you go that route, you need to explicitly checkout the full repo with the checkout action: https://github.com/ajalt/clikt/blob/36668c6470617bbb65e011e0da05c2fd23aae605/.github/workflows/publish.yml#L58-L65