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 597e51c commit db262a4Copy full SHA for db262a4
1 file changed
.github/workflows/release.yml
@@ -35,7 +35,6 @@ jobs:
35
git clone https://github.com/QGCoder/libqgcodeeditor
36
pushd libqgcodeeditor
37
export TARGET=$(. /etc/lsb-release && echo $DISTRIB_CODENAME)
38
- git fetch --unshallow
39
git fetch --tags
40
VERSION="$(git tag -l | tail -n1 | sed -e "s/^v//" -e "s/-/+git/")"
41
DEBEMAIL="${DEBEMAIL}" dch --create \
@@ -101,4 +100,4 @@ jobs:
101
100
files: artifacts/*
102
generate_release_notes: true
103
env:
104
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments