Skip to content

Commit 4b9c64a

Browse files
authored
Fixing release script (#1683)
1 parent 19c2474 commit 4b9c64a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/publish_release.sh

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ check_env() {
7878

7979
verify_release_preconditions() {
8080
echo "Checking release branch..."
81+
git fetch --tags
8182
gitTag=`git describe --tags | tr -d '[:space:]'`
8283
version=`grep "const val version" buildSrc/src/main/kotlin/Config.kt | cut -d \" -f2`
8384

0 commit comments

Comments
 (0)