diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 70f8cbc10..bb8f88421 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: name: Checkout uses: actions/checkout@v4 with: - fetch-tags: "true" + fetch-depth: 0 - id: last_release name: Fetch last release info run: echo "tag=$(gh release view --json tagName --jq '.tagName')" >> $GITHUB_OUTPUT