mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 04:18:05 +00:00
fix(ci): invoke semantic-release through bun x
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user