diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f404718..c5d6b53 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