Skip to content

Commit 1c56794

Browse files
DominicGBauerDominicGBauer
and
DominicGBauer
authored
fix: missing comma in json (#38)
Co-authored-by: DominicGBauer <[email protected]>
1 parent e55f494 commit 1c56794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
"repository": "${{ github.repository }}",
138138
"title": "${{ needs.draft_release.outputs.tag }}",
139139
"tag": "${{ needs.draft_release.outputs.tag }}",
140-
"checksum": "${{ steps.checksum.outputs.checksum }}"
140+
"checksum": "${{ steps.checksum.outputs.checksum }}",
141141
"fileName": "${{ steps.fileName.outputs.fileName }}"
142142
}
143143

0 commit comments

Comments
 (0)