Skip to content

Commit

Permalink
Merge branch 'main' into 2024-02-01-RHIDP-1149-enable-auto-logout-by-…
Browse files Browse the repository at this point in the history
…default
  • Loading branch information
coreydaley committed Feb 1, 2024
2 parents d5f3796 + 55b8470 commit 69b6f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-backstage.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function updateBackstageVersionFile(version) {
}

console.log('Bumping version...');
execSync('yarn run version:bump', { stdio: 'inherit' });
execSync('yarn run versions:bump', { stdio: 'inherit' });

console.log('Pinning all dependencies...');
pinDependencies();
Expand Down

0 comments on commit 69b6f32

Please sign in to comment.