Skip to content

Commit c980d43

Browse files
committed
fix: missing quote
1 parent b59d506 commit c980d43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
MODULE_ID=$(jq -r '.id' "$DIST_PATH/module.json")
7474
MODULE_TITLE=$(jq -r '.title' "$DIST_PATH/module.json")
75-
MODULE_DESCRIPTION=$(jq -r '.description "$DIST_PATH/module.json")
75+
MODULE_DESCRIPTION=$(jq -r '.description' "$DIST_PATH/module.json")
7676
7777
echo "module_id=$MODULE_ID" >> $GITHUB_OUTPUT
7878
echo "module_title=$MODULE_TITLE" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)