Skip to content

Commit dc98f4b

Browse files
committed
chore(CI): fix release
1 parent f79d177 commit dc98f4b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/default.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@ jobs:
4646
node-version-file: .node-version
4747
- name: Install dependencies
4848
run: npm ci --ignore-scripts
49+
- name: Build
50+
run: npm run build
4951
- name: Release package
50-
run: npx semantic-release
52+
run: npx -y semantic-release
5153
env:
5254
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5355
npm_config_ignore_scripts: true

0 commit comments

Comments
 (0)