Skip to content

Commit 338a314

Browse files
committed
fix(ci): jq: error: syntax error [no_lint]
1 parent 36df246 commit 338a314

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_dispatch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
release=$(gh release view v${{ inputs.version }} --json id,tagName,url,isPrerelease,assets | jq -c '{
3232
id,
3333
url,
34-
version: \"${{ inputs.version }}\"
34+
version: \"${{ inputs.version }}\",
3535
prerelease: .isPrerelease,
3636
artifacts: (
3737
.assets

0 commit comments

Comments
 (0)