Skip to content

Commit

Permalink
Use tags for build script
Browse files Browse the repository at this point in the history
  • Loading branch information
stilvoid committed Oct 26, 2020
1 parent 5f8ba01 commit aa1d298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e
NAME=cfn-format
OUTPUT_DIR=dist

VERSION=$(git describe --abbrev=0)
VERSION=$(git describe --tags)

declare -A PLATFORMS=([linux]=linux [darwin]=macos [windows]=windows)
declare -A ARCHITECTURES=([386]=i386 [amd64]=amd64 [arm]=arm [arm64]=arm64)
Expand Down

0 comments on commit aa1d298

Please sign in to comment.