From d20b7381f0feea4e2a8de1b7e88eb70790a2f067 Mon Sep 17 00:00:00 2001 From: Greg Kurz Date: Tue, 31 Oct 2023 16:03:06 +0100 Subject: [PATCH] release: Drop obsolete comment in workflow file This comment belongs to the hub tool that got sunset by 710eb8ab9d6e3. Just drop it. Signed-off-by: Greg Kurz --- .github/workflows/release.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 44a875eb2b..b45cc6dadb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -167,9 +167,6 @@ jobs: asc="${tarball}.asc" curl -sSLO "${download_url}/${tarball}" curl -sSLO "${download_url}/${asc}" - # "-m" option should be empty to re-use the existing release title - # without opening a text editor. - # For the details, check https://hub.github.com/hub-release.1.html. gh release upload "${tag}" "${tarball}" gh release upload "${tag}" "${asc}" popd