From b5958eeaca23c75faf0a008546b7a8ba5773773e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20J=C3=B8rgensen?= Date: Wed, 3 Jun 2026 06:54:26 +0200 Subject: [PATCH] Fix broken releases --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5de86c9..20b9945 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,8 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 0 + clean: true + persist-credentials: false - uses: arnested/go-version-action@v2 id: go-version - name: Bump version and push tag