From 94433b612aa7a953c80ac114fc82926f999159d0 Mon Sep 17 00:00:00 2001 From: Jerome Laban Date: Tue, 28 May 2024 08:54:19 -0400 Subject: [PATCH] chore: Adjust document formatting --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bc1342c..c4d79fa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -110,7 +110,7 @@ jobs: - name: Package Extension working-directory: extensions/azuredevops - run: tfx extension create --json --no-color --output-path .\artifacts\Build.Tasks.${{ steps.gitversion.outputs.MajorMinorPatch }}.vsix --override "{\"version\":\"${{ steps.gitversion.outputs.MajorMinorPatch }}\"}" + run: tfx extension create --json --no-color --output-path .\artifacts\Build.Tasks.${{ steps.gitversion.outputs.MajorMinorPatch }}.vsix --override "{""version"":""${{ steps.gitversion.outputs.MajorMinorPatch }}""}" - name: Upload Artifacts uses: actions/upload-artifact@v2