Skip to content

Commit

Permalink
Closer
Browse files Browse the repository at this point in the history
  • Loading branch information
PTaladay committed Mar 25, 2024
1 parent 6d3ab83 commit 896d8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/dotnet-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ runs:
shell: bash
run: |
dotnetVersion=${{inputs.dotnetVersion}}
version=$( echo "dotnetVersion" | sed '^.*?(?=\.)')
version=$( echo "{dotnetVersion}" | sed '^.*?(?=\.)')
netVersion="net${version}.0"
echo "$netVersion"
echo "net_version=$netVersion" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 896d8af

Please sign in to comment.