Skip to content

Commit ea38c69

Browse files
committed
remove redundant git fetch
1 parent 8cc12aa commit ea38c69

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ jobs:
5757
DEBEMAIL: "jakob.flierl@gmail.com"
5858
run: |
5959
export TARGET=$(. /etc/lsb-release && echo $DISTRIB_CODENAME)
60-
git fetch --unshallow
61-
git fetch --tags
6260
VERSION="$(git tag -l | tail -n1 | sed -e "s/^v//" -e "s/-/+git/")"
6361
DEBEMAIL="${DEBEMAIL}" dch --create \
6462
--distribution ${TARGET} \

0 commit comments

Comments
 (0)