We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f9164 commit 16231afCopy full SHA for 16231af
.github/workflows/default.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Build
41
run: npm run build
42
- name: Release package
43
- run: npx semantic-release
+ run: npx -y semantic-release
44
env:
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
npm_config_ignore_scripts: true
0 commit comments