diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c1bcb4..5f38c0a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,6 +23,6 @@ jobs: - name: Restore dependencies run: dotnet restore - name: Build - run: dotnet build --configuration Release --no-restore --version-suffix beta + run: dotnet build --configuration Release --no-restore --version-suffix "-beta" - name: Test run: dotnet test --no-build --verbosity normal