Skip to content

Commit

Permalink
fix: release script some more
Browse files Browse the repository at this point in the history
  • Loading branch information
losh11 committed Jun 20, 2022
1 parent 8321184 commit 419d6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ SYS=${BTCDBUILDSYS:-"
# Use the first element of $GOPATH in the case where GOPATH is a list
# (something that is totally allowed).
PKG="github.com/ltcsuite/ltcd"
COMMIT=$(git describe --abbrev=40 --dirty)
COMMIT=$(git describe --abbrev=40 --dirty --tags)

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

0 comments on commit 419d6a5

Please sign in to comment.