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 c5f93d5 commit 387642a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/bump-manifest-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ replaceInFiles(defaultFolderPath);
process.on('exit', () => {
const changedFiles = allResults.map(result => result.file);
console.log(changedFiles)
console.log(defaultFolderPath)
if (changedFiles.length > 0) {
console.log(`echo "FXMANIFEST_FILE_CHANGES=${JSON.stringify(changedFiles)}" >> $GITHUB_ENV`);
} else {
Expand Down

0 comments on commit 387642a

Please sign in to comment.