diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ff68523..ca99240 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,9 +38,9 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - - - name: Fetch tags - run: git fetch --prune --unshallow --tags + with: + fetch-depth: 0 + fetch-tags: true - name: Set up Go uses: actions/setup-go@v5