Skip to content

Commit

Permalink
Fix .NET version spec in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ringods committed Jun 22, 2023
1 parent a4a5e98 commit a80c788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
GOVERSION: 1.20.x
NODEVERSION: 16.x
PYTHONVERSION: "3.9"
DOTNETVERSION: 6.0
DOTNETVERSION: 6.0.x
JAVAVERSION: "11"
jobs:
prerequisites:
Expand Down

0 comments on commit a80c788

Please sign in to comment.