Skip to content

Commit

Permalink
using --tags
Browse files Browse the repository at this point in the history
  • Loading branch information
konnov committed May 14, 2019
1 parent fc5bb0f commit cb43a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/release
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if [ "$overwrite" != "" ]; then
fi

# overwrite the build number
BUILD=`git describe --all`
BUILD=`git describe --tags`

ZIPF="apalache-${BUILD}.zip"
TGZF="apalache-${BUILD}.tgz"
Expand Down

0 comments on commit cb43a52

Please sign in to comment.