Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Timothy Yung <yungsters@gmail.com>
  • Loading branch information
rickhanlonii and yungsters authored Jun 10, 2024
1 parent b683b3c commit eb089cd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/commit_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ jobs:
}
return data.replace(NEWTOKEN, `SignedSource<<${hash(data, 'utf8')}>>`);
},
};
};
const directory = './compiled-rn';
console.log('Signing files in directory:', directory);
Expand All @@ -415,6 +415,7 @@ jobs:
});
}
} catch (e) {
process.exitCode = 1;
console.error('Error signing files:', e);
}
- name: Check for changes
Expand Down Expand Up @@ -498,7 +499,7 @@ jobs:
}
return data.replace(NEWTOKEN, `SignedSource<<${hash(data, 'utf8')}>>`);
},
};
};
const directory = './compiled-rn';
console.log('Signing files in directory:', directory);
Expand All @@ -524,6 +525,7 @@ jobs:
});
}
} catch (e) {
process.exitCode = 1;
console.error('Error signing files:', e);
}
- name: Will commit these changes
Expand Down

0 comments on commit eb089cd

Please sign in to comment.