From bd4ab3f3748dd9beb82f8fe8a30a50bcb6330343 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Tue, 19 Mar 2024 15:57:54 +0000 Subject: [PATCH] Correcting version update --- .github/workflows/dotnet-version.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dotnet-version.yml b/.github/workflows/dotnet-version.yml index 38b561ad..54df5c59 100644 --- a/.github/workflows/dotnet-version.yml +++ b/.github/workflows/dotnet-version.yml @@ -85,6 +85,8 @@ jobs: git add "global.json" git commit -m "SDK - Update DotNet SDK to $NEW_DOTNET_VERSION" git push --set-upstream origin "depends/dotnet/$NEW_DOTNET_VERSION" + env: + NEW_DOTNET_VERSION: ${{steps.latest-dotnet-version.outputs.LATEST_RELEASE_VERSION}} # - name: "Commit changes to new branch" # if: ${{env.DOTNET_VERSION}} < ${{steps.latest-dotnet-version.outputs.LATEST_RELEASE_VERSION}}