Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas committed Nov 5, 2024
1 parent 173d15d commit eda97b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions github-action/src/utils/uploadBundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export async function uploadBundle(
headers
);
console.log(publishResponse.message.statusCode);
console.log("length: ", publishResponse.message.statusCode.toString().length);
console.log(typeof (publishResponse.message.statusCode));
if (publishResponse.message.statusCode !== 201) {
logInfo(`Failed to publish ${appKey}, code: ${r.message.statusCode}`, 'Red');
Expand Down

0 comments on commit eda97b2

Please sign in to comment.