From fbe58335b7ac419ccc15102d280ef4ee6d4cf7ce Mon Sep 17 00:00:00 2001 From: Kenneth Carter Date: Tue, 21 Jul 2020 15:37:11 -0600 Subject: [PATCH] Update dotnet-core-release.yml --- .github/workflows/dotnet-core-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]