Skip to content

Commit e9819f1

Browse files
committed
[CI] The definition of insanity is...
1 parent 540f5f3 commit e9819f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/_download-latest-package-info.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
cat compactmachines.json
5454
5555
- name: Version JSON
56-
run: echo "{\"version\": \"${{ steps.download-info.outputs.version }}\"}" >> "release/version-info.json"
56+
run: |
57+
echo '{ "version": "' ${{ steps.download-info.outputs.version }} '" }' >> release/version-info.json
5758
5859
- name: Read info into variable [latest]
5960
id: info

0 commit comments

Comments
 (0)