From c0f954e334ce67f825dc89d0ad020f0fbbb6eaad Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Mon, 7 Jul 2025 17:18:29 -0400 Subject: [PATCH] =?UTF-8?q?fix(publish):=20third=20time=E2=80=99s=20the=20?= =?UTF-8?q?charm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish-packages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-packages.yml b/.github/workflows/publish-packages.yml index 94b95c9cb8686..5149194a5108d 100644 --- a/.github/workflows/publish-packages.yml +++ b/.github/workflows/publish-packages.yml @@ -118,6 +118,8 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} run: | + # Install deps + pnpm install --frozen-lockfile # Create a unique version using the commit SHA as a prerelease identifier npm version --no-git-tag-version 1.0.1-$COMMIT_SHA