Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 43dbaa8

Browse files
authored
chore(ci): use pnpm for dry run
1 parent 642b032 commit 43dbaa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
id: semantic-release
6565
run: |
6666
GITHUB_REF=${{ github.head_ref }}
67-
npx semantic-release --no-ci --dry-run --plugins @semantic-release/commit-analyzer,@semantic-release/release-notes-generator --branches ${{ github.head_ref }} > output.txt
67+
pnpm dlx semantic-release --no-ci --dry-run --plugins @semantic-release/commit-analyzer,@semantic-release/release-notes-generator --branches ${{ github.head_ref }} > output.txt
6868
OUTPUT=$(cat output.txt | base64 -w 0)
6969
echo "::set-output name=releaseNote::$OUTPUT"
7070

0 commit comments

Comments
 (0)