From 5aac20e982c9cad0303b9436a61ffac2cbe6bfbc Mon Sep 17 00:00:00 2001 From: DarthAffe Date: Sat, 9 Mar 2024 00:44:36 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7996310..f951d32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,12 +26,10 @@ jobs: 6.0.x - name: Git Semantic Version id: versioning - uses: PaulHatch/semantic-version@v5.4.0 + uses: PaulHatch/semantic-version@v4.0.3 with: - tag_prefix: "v" - version_from_branch: false - version_format: "${major}.${minor}.${patch}-prerelease.${increment}" - debug: true + short_tags: false + format: "${major}.${minor}.${patch}-prerelease.${increment}" - name: Restore dependencies run: dotnet restore - name: Build