fixed version retrieval in Gitea pipeline
Some checks failed
CI / Build Pip package (push) Successful in 31s
CI / Build Docker image (push) Failing after 14s

This commit is contained in:
2024-10-21 13:49:50 +08:00
parent ec45c719ee
commit 5fde70418b

View File

@@ -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: |