diff --git a/.github/workflows/release-api-client.yml b/.github/workflows/release-api-client.yml index 34e3b64..1443c0a 100644 --- a/.github/workflows/release-api-client.yml +++ b/.github/workflows/release-api-client.yml @@ -14,7 +14,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.103 + dotnet-version: 5.0.x - name: Build run: dotnet build --configuration Release /p:AssemblyVersion=${GITHUB_REF#refs/tags/api-client-} - name: Test diff --git a/.github/workflows/release-messaging-contract.yml b/.github/workflows/release-messaging-contract.yml index c40aa05..befc382 100644 --- a/.github/workflows/release-messaging-contract.yml +++ b/.github/workflows/release-messaging-contract.yml @@ -14,7 +14,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.103 + dotnet-version: 5.0.x - name: Build run: dotnet build --configuration Release /p:AssemblyVersion=${GITHUB_REF#refs/tags/messages-} - name: Test