From ea08f8666f3b827f72f2268f1a1ee1fadd8477cf Mon Sep 17 00:00:00 2001 From: ahjephson Date: Sat, 2 Nov 2024 10:13:08 +0000 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index be52574..584f644 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -28,7 +28,7 @@ jobs: - name: Determine Version id: gitversion - run: $GITVERSION_PATH/gitversion /output json /showvariable FullSemVer + run: dotnet gitversion /output json /showvariable FullSemVer shell: bash - name: Restore dependencies