Skip to content

Commit 2d6fce0

Browse files
committed
fix: ci/cd install issue
1 parent be0336e commit 2d6fce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
node-version: 20
2727

2828
- name: Run Semantic Release
29-
run: yarn dlx semantic-release
29+
run: npx semantic-release
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)