Skip to content

Commit a176594

Browse files
committed
try to fix tags.
1 parent 1646276 commit a176594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
export TARGET=$(. /etc/lsb-release && echo $DISTRIB_CODENAME)
3434
git fetch --unshallow
3535
git fetch --tags
36-
VERSION="$(git describe --tags --always | sed -e "s/^v//" -e "s/-/+git/")"
36+
VERSION="$(git tags -l | tail -n1 | sed -e "s/^v//" -e "s/-/+git/")"
3737
dch --create \
3838
--distribution ${TARGET} \
3939
--package libqgcodeeditor \

0 commit comments

Comments
 (0)