From 63a10e0e8d7f62e209828e41194ad16cf86fbc5c Mon Sep 17 00:00:00 2001 From: Tam Nhu Tran Date: Fri, 1 May 2026 00:55:53 -0400 Subject: [PATCH] fix(ci): invoke semantic-release through bun x --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba39ad4c..bc4239be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,7 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} run: | set +e - OUTPUT=$(bunx semantic-release 2>&1) + OUTPUT=$(bun x semantic-release 2>&1) STATUS=$? set -e echo "$OUTPUT"