From 177ea41665d3ca829c24cadde3b5c71b318d4085 Mon Sep 17 00:00:00 2001 From: Gokhun Celik Date: Tue, 3 Sep 2024 23:29:09 +0200 Subject: [PATCH] Run release against a full clone --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b6f4223..8ecad2a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,8 +12,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 - run: git fetch --force --tags - uses: actions/setup-go@v5 with: