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 ef60eca commit a0b14b3Copy full SHA for a0b14b3
1 file changed
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
export TARGET=$(. /etc/lsb-release && echo $DISTRIB_CODENAME)
32
git fetch --unshallow
33
git fetch --tags
34
- VERSION="$(git describe --tags --always | sed -e "s/^v//" -e "s/-/+git/")"
+ VERSION="$(git tag -l | tail -n1 | sed -e "s/^v//" -e "s/-/+git/")"
35
dch --create \
36
--distribution ${TARGET} \
37
--package qgcoder \
@@ -47,7 +47,7 @@ jobs:
47
git clone https://github.com/QGCoder/libqgcodeeditor
48
pushd libqgcodeeditor
49
50
51
52
53
--package libqgcodeeditor \
0 commit comments