diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index da350fe1..2f8a8978 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,6 +18,10 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 + + - name: Fetch tags + run: | + git fetch --tags --force - name: Install packages run: |