From 0c413a37f499935d9593c28b310b9f819e3a7ba4 Mon Sep 17 00:00:00 2001 From: Roman Lebedev Date: Sun, 12 Oct 2025 16:21:57 +0300 Subject: [PATCH] Deb publish: get the readme from source tarball, don't fetch the repo --- .github/workflows/deb-publish.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deb-publish.yml b/.github/workflows/deb-publish.yml index 1251c136..e973d92b 100644 --- a/.github/workflows/deb-publish.yml +++ b/.github/workflows/deb-publish.yml @@ -114,7 +114,6 @@ jobs: aptly \ devscripts \ gettext-base \ - git \ gnupg \ openssh-client \ pandoc \ @@ -158,11 +157,6 @@ jobs: tee -a ~/.devscripts > /dev/null <