Fix jq call

This commit is contained in:
Jordan Dominion
2025-08-15 19:50:26 -04:00
parent ebb2d6f4d5
commit 57ea9f53cb
+1 -1
View File
@@ -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