Skip to content

Commit 60b2ea2

Browse files
committed
chore: no from json
1 parent 0d7253e commit 60b2ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerhub-release-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
id: combine_tags
167167
run: |
168168
nix run nixpkgs#nushell -- -c '
169-
let versions = (${{ toJSON(steps.*.outputs.version) }} | from json)
169+
let versions = (${{ toJSON(steps.*.outputs.version) }})
170170
let matrix = {
171171
include: ($versions | each { |v| {version: $v} })
172172
}

0 commit comments

Comments
 (0)