Skip to content

Commit

Permalink
Fixing release script (#1683)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhachicha authored Mar 8, 2024
1 parent 19c2474 commit 4b9c64a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/publish_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ check_env() {

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

Expand Down

0 comments on commit 4b9c64a

Please sign in to comment.