diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index e58cca8..f91cff4 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -10,6 +10,7 @@ jobs: - name: Checkout sources uses: actions/checkout@v4 with: + fetch-depth: 0 fetch-tags: true - uses: actions/setup-python@v5 with: @@ -35,6 +36,7 @@ jobs: - name: Checkout sources uses: actions/checkout@v4 with: + fetch-depth: 0 fetch-tags: true - name: Get package version run: |