fix(ci): invoke semantic-release through bun x

This commit is contained in:
Tam Nhu Tran
2026-05-01 00:55:53 -04:00
parent 6035f6354d
commit 63a10e0e8d
+1 -1
View File
@@ -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"