We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed46cee commit 292e4a2Copy full SHA for 292e4a2
1 file changed
deploy/deployChangedPackages.mjs
@@ -130,6 +130,7 @@ async function createRelease(tag, body) {
130
repo: "TypeScript-DOM-lib-generator",
131
tag_name: tag,
132
target_commitish: process.env.GITHUB_SHA,
133
+ name: tag,
134
body,
135
});
136
} catch (error) {
0 commit comments