Skip to content

Commit a2214e0

Browse files
committed
fixup! fixup! tools: update create-release-proposal workflow
1 parent c16d3b1 commit a2214e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/actions/create-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const response = await fetch('https://api.github.com/graphql', {
115115
})
116116
});
117117
if (!response.ok) {
118-
console.log({statusCode: response.statusCode, status: response.status});
118+
console.log({statusCode: response.status, statusText: response.statusText});
119119
process.exitCode ||= 1;
120120
}
121121
const data = await response.json();

0 commit comments

Comments
 (0)