diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 3646c76..dc69527 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -50,6 +50,8 @@ jobs: tag_name: ${{ steps.set_tag.outputs.tag_name }} steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Determine next semantic version tag id: set_tag