From e3ef002403c3af25ebca5a812d5d3ed75d8b7ba3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Baebler?= Date: Sun, 7 Jan 2024 20:39:06 +0100 Subject: [PATCH] checkout: fetch-tags: true, persist-credentials: false --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb939cfb..237b3e24 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,8 +22,8 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 # needs full git history for changelog generation - - - run: git fetch --force --tags + fetch-tags: true + persist-credentials: false - uses: actions/setup-go@v5 with: