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