We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c2474 commit 4b9c64aCopy full SHA for 4b9c64a
tools/publish_release.sh
@@ -78,6 +78,7 @@ check_env() {
78
79
verify_release_preconditions() {
80
echo "Checking release branch..."
81
+ git fetch --tags
82
gitTag=`git describe --tags | tr -d '[:space:]'`
83
version=`grep "const val version" buildSrc/src/main/kotlin/Config.kt | cut -d \" -f2`
84
0 commit comments