Skip to content

Commit db262a4

Browse files
committed
wip
1 parent 597e51c commit db262a4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
git clone https://github.com/QGCoder/libqgcodeeditor
3636
pushd libqgcodeeditor
3737
export TARGET=$(. /etc/lsb-release && echo $DISTRIB_CODENAME)
38-
git fetch --unshallow
3938
git fetch --tags
4039
VERSION="$(git tag -l | tail -n1 | sed -e "s/^v//" -e "s/-/+git/")"
4140
DEBEMAIL="${DEBEMAIL}" dch --create \
@@ -101,4 +100,4 @@ jobs:
101100
files: artifacts/*
102101
generate_release_notes: true
103102
env:
104-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
103+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)