diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 70c4cdc..989cade 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,8 @@ jobs: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: - fetch-depth: 1 + fetch-depth: 0 + fetch-tags: true persist-credentials: false - name: Setup Nix