Skip to content

Commit 16231af

Browse files
committed
chore(CI): use npx -y
1 parent b8f9164 commit 16231af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Build
4141
run: npm run build
4242
- name: Release package
43-
run: npx semantic-release
43+
run: npx -y semantic-release
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646
npm_config_ignore_scripts: true

0 commit comments

Comments
 (0)