Skip to content

Commit

Permalink
fix: corrected reference to dotnetversion in matrix build publish_sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeckel authored Jun 7, 2023
1 parent 304cc30 commit fb7eb0d
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 @@ -86,7 +86,7 @@ jobs:
- name: Setup DotNet
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{matrix.dotnetverson}}
dotnet-version: ${{matrix.dotnetversion}}
- name: Setup Python
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit fb7eb0d

Please sign in to comment.