From 586811ef70a869c934a23be9da93df09889e159e Mon Sep 17 00:00:00 2001 From: Marc-Antoine Fernandes Date: Wed, 17 Apr 2024 22:34:54 +0200 Subject: [PATCH] fix: Fix release process --- scripts/release-from-ci.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/release-from-ci.js b/scripts/release-from-ci.js index 91f4334..c7f23ab 100644 --- a/scripts/release-from-ci.js +++ b/scripts/release-from-ci.js @@ -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', ]);