We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1646276 commit a176594Copy full SHA for a176594
.github/workflows/c-cpp.yml
@@ -33,7 +33,7 @@ jobs:
33
export TARGET=$(. /etc/lsb-release && echo $DISTRIB_CODENAME)
34
git fetch --unshallow
35
git fetch --tags
36
- VERSION="$(git describe --tags --always | sed -e "s/^v//" -e "s/-/+git/")"
+ VERSION="$(git tags -l | tail -n1 | sed -e "s/^v//" -e "s/-/+git/")"
37
dch --create \
38
--distribution ${TARGET} \
39
--package libqgcodeeditor \
0 commit comments