From 5fde70418be30a8dd273995de987f2f1bd72e6e0 Mon Sep 17 00:00:00 2001 From: Walter Oggioni Date: Mon, 21 Oct 2024 13:49:50 +0800 Subject: [PATCH] fixed version retrieval in Gitea pipeline --- .gitea/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) 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: |