Skip to content

Commit

Permalink
Update bump-manifest-version.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Gellipapa authored Jan 30, 2024
1 parent 5ff3de4 commit c5f93d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/bump-manifest-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ replaceInFiles(defaultFolderPath);

process.on('exit', () => {
const changedFiles = allResults.map(result => result.file);

console.log(changedFiles)
if (changedFiles.length > 0) {
console.log(`echo "FXMANIFEST_FILE_CHANGES=${JSON.stringify(changedFiles)}" >> $GITHUB_ENV`);
} else {
Expand Down

0 comments on commit c5f93d5

Please sign in to comment.