Skip to content

Commit 498e255

Browse files
committed
fix: constrain release gif preview width
1 parent b94675b commit 498e255

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
], { stdio: 'inherit' });
241241
242242
const gifUrl = await uploadGifAsset(outputPath, assetName);
243-
return `\n\n![video preview](${gifUrl})\n\n`;
243+
return `\n\n<img src="${gifUrl}" alt="video preview" width="720">\n\n`;
244244
}
245245
246246
async function renderUrl(url, label) {

0 commit comments

Comments
 (0)