Skip to content

Commit

Permalink
Correcting version update
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Mar 19, 2024
1 parent 094df05 commit bd4ab3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnet-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit bd4ab3f

Please sign in to comment.