Skip to content

Commit

Permalink
Add --tags opt in blddist
Browse files Browse the repository at this point in the history
  • Loading branch information
adelosa committed Aug 22, 2023
1 parent c0eee5a commit 2e3096a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/blddist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cd $(dirname $0) # set to directory of script
cd .. # cd back to root

ROOT_DIR=$(pwd)
VERSION="$(git describe)"
VERSION="$(git describe --tags)"
VERSION="${VERSION//./_}"
echo "Building z390 ${VERSION}"
DIST_DIR=dist
Expand Down

0 comments on commit 2e3096a

Please sign in to comment.