From acd4462b2a30ba523d82207d4e078553138c4db2 Mon Sep 17 00:00:00 2001 From: DarthAffe Date: Fri, 8 Mar 2024 23:38:45 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4047180..c5d6b531 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,7 @@ jobs: id: versioning uses: PaulHatch/semantic-version@v5.4.0 with: + version_from_branch: false version_format: "${major}.${minor}.${patch}-prerelease.${increment}" - name: Restore dependencies run: dotnet restore