Skip to content

Commit 3d410c3

Browse files
committed
ci: fix missing newline escape
1 parent 378669b commit 3d410c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/vm-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,6 @@ jobs:
337337
run: |
338338
gh release create "$GITHUB_REF_NAME" \
339339
--title "$GITHUB_REF_NAME" \
340-
--repo "$GITHUB_REPOSITORY"
340+
--repo "$GITHUB_REPOSITORY" \
341341
--generate-notes \
342342
disk.tar.gz disk.tar.gz.sha256

0 commit comments

Comments
 (0)