diff --git a/.github/workflows/tagged-release.yml b/.github/workflows/tagged-release.yml index 86260d90..cfda1d93 100644 --- a/.github/workflows/tagged-release.yml +++ b/.github/workflows/tagged-release.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout Code uses: actions/checkout@v4 with: - fetch-tags: true + fetch-depth: 0 - name: Build spec and dist run: |