From 35fbcc7bea6e85f4a20798d5b42d3ac67a8a404e Mon Sep 17 00:00:00 2001 From: Trezy Date: Fri, 8 May 2026 13:10:23 -0500 Subject: [PATCH] ci: install `semantic-release-gha-output` before running core release Signed-off-by: Trezy --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fd554b..080b041 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -192,7 +192,7 @@ jobs: id: semantic env: GITHUB_TOKEN: ${{ secrets.DISPATCH_GH_TOKEN }} - run: npx semantic-release + run: npx -p semantic-release -p semantic-release-gha-output semantic-release # --------------------------------------------------------------------------- # SDK — per-package tests + releases -- 2.51.2