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 8cc12aa commit ea38c69Copy full SHA for ea38c69
1 file changed
.github/workflows/release.yml
@@ -57,8 +57,6 @@ jobs:
57
DEBEMAIL: "jakob.flierl@gmail.com"
58
run: |
59
export TARGET=$(. /etc/lsb-release && echo $DISTRIB_CODENAME)
60
- git fetch --unshallow
61
- git fetch --tags
62
VERSION="$(git tag -l | tail -n1 | sed -e "s/^v//" -e "s/-/+git/")"
63
DEBEMAIL="${DEBEMAIL}" dch --create \
64
--distribution ${TARGET} \
0 commit comments