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 586811e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/release-from-ci.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ module.exports = async ({ github, context, exec }) => {
'workspaces',
'foreach',
'-pt',
'--since',
context.ref, // Check diff of the release commit
...versions.flatMap((v) => ['--include', v.ident]),
'npm',
'publish',
]);
Expand Down

0 comments on commit 586811e

Please sign in to comment.