Skip to content

Commit

Permalink
fix in the release script
Browse files Browse the repository at this point in the history
  • Loading branch information
konnov committed Feb 9, 2019
1 parent b792c21 commit 748aeb1
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`
BUILD=`git describe --tags`
perl -pi -e 's/BUILD=""/BUILD="'$BUILD'"/' bin/apalache-mc

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

0 comments on commit 748aeb1

Please sign in to comment.