Skip to content

Commit 2a596c9

Browse files
committed
release-json: indented JSON
1 parent 1c7d1f0 commit 2a596c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releases-json.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
}
6464
6565
core.setOutput('releases', JSON.stringify(res));
66-
await fs.writeFileSync('${{ inputs.filename }}', JSON.stringify(res));
66+
await fs.writeFileSync('${{ inputs.filename }}', JSON.stringify(res, null, 2));
6767
-
6868
name: Check file
6969
run: |

0 commit comments

Comments
 (0)