Skip to content

Commit

Permalink
fix: Fix release process
Browse files Browse the repository at this point in the history
  • Loading branch information
Embraser01 committed Apr 17, 2024
1 parent b6842a8 commit c41b066
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/release-from-ci.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ module.exports = async ({ github, context, exec }) => {
await exec.exec('yarn', [
'workspaces',
'foreach',
'-pt',
'--since',
context.ref, // Check diff of the release commit
'-Apt',
...versions.flatMap((v) => ['--include', v.ident]),
'npm',
'publish',
]);
Expand Down

0 comments on commit c41b066

Please sign in to comment.