Skip to content

Commit f0ae7ce

Browse files
committed
fix: Use correct dotnet version
1 parent b0a278f commit f0ae7ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: lumentae/actions/.github/workflows/build-dotnet.yml@main
1313
with:
1414
project_name: Tempusrary.Compiler
15-
dotnet_version: 10.0
15+
dotnet_version: "10.0"
1616
release:
1717
permissions:
1818
contents: write

0 commit comments

Comments
 (0)