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 4211355 commit 094df05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
git config --global user.name 'fun-version[bot]'
git config --global user.email '[email protected]'
git diff
git add "src/global.json"
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"
Expand Down

0 comments on commit 094df05

Please sign in to comment.