Skip to content

Commit

Permalink
Merge pull request #243 from bioinform/086
Browse files Browse the repository at this point in the history
fix version number issue
  • Loading branch information
yunfeiguo authored Sep 26, 2020
2 parents ec80e37 + c275fff commit 677b654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

version=$(git describe | sed 's/^v//')
version=$(git describe --tags | sed 's/^v//')
cwd=`pwd`

git checkout -- pom.xml
Expand Down

0 comments on commit 677b654

Please sign in to comment.