diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b7b131..128c98c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,7 @@ jobs: uses: PaulHatch/semantic-version@v4.0.3 with: short_tags: false + format: "${major}.${minor}.${patch}-prerelease${increment}" - name: Restore dependencies run: dotnet restore - name: Build