diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e45a4f2..bc31a06a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,11 +23,7 @@ jobs: id: versioning uses: PaulHatch/semantic-version@v5.4.0 with: - tag_prefix: "v" - version_from_branch: false - search_commit_body: true version_format: "${major}.${minor}.${patch}-prerelease.${increment}" - debug: true - name: Print Diagnostic Output run: echo $DEBUG_OUTPUT env: