We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74c1b44 + 2826c76 commit ed9273fCopy full SHA for ed9273f
.github/workflows/release.yml
@@ -162,9 +162,9 @@ jobs:
162
]' > "$RUNNER_TEMP/reference-routes.json"
163
164
# Replace old route manifest with new
165
- jq --argfile newRoutes "$RUNNER_TEMP/reference-routes.json" 'walk(
+ jq --slurpfile newRoutes "$RUNNER_TEMP/reference-routes.json" 'walk(
166
if type == "object" and .isStepReference == true then
167
- .routes = $newRoutes
+ .routes = $newRoutes[0]
168
else . end
169
)' < manifest.json > manifest.json.new
170
0 commit comments