From 57ea9f53cb63ff393b3de6fdad54ec5c582ee708 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Fri, 15 Aug 2025 19:50:26 -0400 Subject: [PATCH] Fix jq call --- .github/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 17188ac6d3..3c74ef8238 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -365,7 +365,7 @@ jobs: - name: Retrieve StrawberryShake Tool Version id: strawberry-tool - run: echo "version=$(cat src/Tgstation.Server.Host.Utils.GitLab.GraphQL/.config/dotnet-tools.json | jq -r '.tools.strawberryshake\.tools.version')" >> $GITHUB_OUTPUT + run: echo "version=$(cat src/Tgstation.Server.Host.Utils.GitLab.GraphQL/.config/dotnet-tools.json | jq -r '.tools."strawberryshake.tools".version')" >> $GITHUB_OUTPUT - name: Retrieve dotnet-ef Nuget Version id: dotnet-ef-nuget