diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 84959fb..4fa430e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,6 +52,9 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Get tags + run: git fetch --force --tags origin + - name: Cache pip uses: actions/cache@v3 with: