diff --git a/.github/workflows/dotnet-core-release.yml b/.github/workflows/dotnet-core-release.yml index 178afc7..4a37018 100644 --- a/.github/workflows/dotnet-core-release.yml +++ b/.github/workflows/dotnet-core-release.yml @@ -11,7 +11,7 @@ jobs: build: runs-on: ${{ matrix.os }} env: - VERSION: 4.2.0-beta.3 + VERSION: 4.2.0-beta.4 strategy: matrix: os: [ubuntu-latest]