Skip to content

Commit 419d6a5

Browse files
committed
fix: release script some more
1 parent 8321184 commit 419d6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ SYS=${BTCDBUILDSYS:-"
7373
# Use the first element of $GOPATH in the case where GOPATH is a list
7474
# (something that is totally allowed).
7575
PKG="github.com/ltcsuite/ltcd"
76-
COMMIT=$(git describe --abbrev=40 --dirty)
76+
COMMIT=$(git describe --abbrev=40 --dirty --tags)
7777

7878
for i in $SYS; do
7979
OS=$(echo $i | cut -f1 -d-)

0 commit comments

Comments
 (0)