From 2c9129fc1349ffb8d01a200bde1e5090dd06199b Mon Sep 17 00:00:00 2001 From: Roan Paulus Date: Wed, 29 Jan 2025 15:44:22 +0100 Subject: [PATCH] update --- .github/workflows/release-notification.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-notification.yml b/.github/workflows/release-notification.yml index 4dbb78472..e8acf05f1 100644 --- a/.github/workflows/release-notification.yml +++ b/.github/workflows/release-notification.yml @@ -19,8 +19,8 @@ jobs: fetch-depth: 0 fetch-tags: true - - name: Fetch all tags - run: git fetch --tags + # - name: Fetch all tags + # run: git fetch --tags - name: Get latest and previous tags id: tags